repo.or.cz
/
nasm
/
externdefs2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test/Makefile: output dependency information files
[nasm/externdefs2.git]
/
test
/
times.asm
blob
b8f7ed08781664ae0351a930281b2fb3ed8281d3
1
bits
64
2
3
; Broken per BR 3392278
4
times
4
paddd xmm8
,
xmm11
5
6
; Broken per BR 3392279
7
bswap
r12d
8
times
4
bswap
r12d
9
10
; Forward jump
11
times
128
jmp
there
12
13
there:
14
nop
15
16
; Backwards jump
17
times
128
jmp
there
18
19
section
.bss
20
times
0x10
resb
0x20
21
resb
1