Created
March 3, 2019 15:00
-
-
Save Alan-FGR/8d553adf397b6f910c8ad854d097f223 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
000000013FC25164 | 33C0 | xor eax,eax | | |
000000013FC25166 | BA FFFFFF00 | mov edx,FFFFFF | | |
000000013FC2516B | B9 01000000 | mov ecx,1 | | |
000000013FC25170 | 41:B8 01000000 | mov r8d,1 | | |
000000013FC25176 | 45:33C9 | xor r9d,r9d | | |
000000013FC25179 | 41:03C1 | add eax,r9d | | |
000000013FC2517C | 2BC1 | sub eax,ecx | | |
000000013FC2517E | 3BC1 | cmp eax,ecx | | |
000000013FC25180 | 7E 02 | jle primitivewrapperbenchmarks.13FC2518 | | |
000000013FC25182 | FFC1 | inc ecx | | |
000000013FC25184 | 3BC1 | cmp eax,ecx | | |
000000013FC25186 | 7D 03 | jge primitivewrapperbenchmarks.13FC2518 | | |
000000013FC25188 | 41:FFC8 | dec r8d | | |
000000013FC2518B | 3BC1 | cmp eax,ecx | | |
000000013FC2518D | 75 06 | jne primitivewrapperbenchmarks.13FC2519 | | |
000000013FC2518F | 41:B8 05000000 | mov r8d,5 | | |
000000013FC25195 | FFCA | dec edx | | |
000000013FC25197 | 41:3BD1 | cmp edx,r9d | | |
000000013FC2519A | 75 02 | jne primitivewrapperbenchmarks.13FC2519 | | |
000000013FC2519C | FFC1 | inc ecx | | |
000000013FC2519E | 41:FFC1 | inc r9d | | |
000000013FC251A1 | 41:81F9 FFFFFF00 | cmp r9d,FFFFFF | | |
000000013FC251A8 | 7C CF | jl primitivewrapperbenchmarks.13FC25179 | | |
000000013FC251AA | 42:8D0401 | lea eax,qword ptr ds:[rcx+r8] | | |
000000013FC251AE | C3 | ret | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
000000013F5C5198 | 33C0 | xor eax,eax | | |
000000013F5C519A | BA FFFFFF00 | mov edx,FFFFFF | | |
000000013F5C519F | B9 01000000 | mov ecx,1 | | |
000000013F5C51A4 | 41:B8 01000000 | mov r8d,1 | | |
000000013F5C51AA | 45:33C9 | xor r9d,r9d | | |
000000013F5C51AD | 41:03C1 | add eax,r9d | | |
000000013F5C51B0 | 2BC1 | sub eax,ecx | | |
000000013F5C51B2 | 3BC1 | cmp eax,ecx | | |
000000013F5C51B4 | 7E 02 | jle primitivewrapperbenchmarks.13F5C51B | | |
000000013F5C51B6 | FFC1 | inc ecx | | |
000000013F5C51B8 | 3BC1 | cmp eax,ecx | | |
000000013F5C51BA | 7D 03 | jge primitivewrapperbenchmarks.13F5C51B | | |
000000013F5C51BC | 41:FFC8 | dec r8d | | |
000000013F5C51BF | 3BC1 | cmp eax,ecx | | |
000000013F5C51C1 | 75 06 | jne primitivewrapperbenchmarks.13F5C51C | | |
000000013F5C51C3 | 41:B8 05000000 | mov r8d,5 | | |
000000013F5C51C9 | FFCA | dec edx | | |
000000013F5C51CB | 41:3BD1 | cmp edx,r9d | | |
000000013F5C51CE | 75 02 | jne primitivewrapperbenchmarks.13F5C51D | | |
000000013F5C51D0 | FFC1 | inc ecx | | |
000000013F5C51D2 | 41:FFC1 | inc r9d | | |
000000013F5C51D5 | 41:81F9 FFFFFF00 | cmp r9d,FFFFFF | | |
000000013F5C51DC | 7C CF | jl primitivewrapperbenchmarks.13F5C51AD | | |
000000013F5C51DE | 42:8D0401 | lea eax,qword ptr ds:[rcx+r8] | | |
000000013F5C51E2 | C3 | ret | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment