8 lines
69 B
ArmAsm
8 lines
69 B
ArmAsm
.text
|
|
.globl tsc_read
|
|
|
|
tsc_read:
|
|
rdtsc
|
|
shl $32,%rdx
|
|
or %rdx,%rax
|
|
ret
|