HomeSort by relevance Sort by last modified time
    Searched refs:nt_tsc_base (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_386.s 104 #define nt_tsc_base 0x50 define
137 MOVL nt_tsc_base(BP), SI
138 MOVL (nt_tsc_base+4)(BP), DI
161 // ((tsc - nt_tsc_base) * nt_scale) >> 32 + nt_ns_base - gtod_ns_base + gtod_sec_base*1e9
163 SUBL 0(SP), AX // DX:AX = (tsc - nt_tsc_base)
166 // We have x = tsc - nt_tsc_base - DX:AX to be
182 // DX:AX is now ((tsc - nt_tsc_base) * nt_scale) >> 32.
sys_darwin_amd64.s 111 #define nt_tsc_base 0x50 define
132 MOVQ nt_tsc_base(BP), R10
143 // ((tsc - nt_tsc_base) * nt_scale) >> 32 + nt_ns_base - gtod_ns_base + gtod_sec_base*1e9
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_386.s 104 #define nt_tsc_base 0x50 define
137 MOVL nt_tsc_base(BP), SI
138 MOVL (nt_tsc_base+4)(BP), DI
161 // ((tsc - nt_tsc_base) * nt_scale) >> 32 + nt_ns_base - gtod_ns_base + gtod_sec_base*1e9
163 SUBL 0(SP), AX // DX:AX = (tsc - nt_tsc_base)
166 // We have x = tsc - nt_tsc_base - DX:AX to be
182 // DX:AX is now ((tsc - nt_tsc_base) * nt_scale) >> 32.
sys_darwin_amd64.s 111 #define nt_tsc_base 0x50 define
132 MOVQ nt_tsc_base(BP), R10
143 // ((tsc - nt_tsc_base) * nt_scale) >> 32 + nt_ns_base - gtod_ns_base + gtod_sec_base*1e9

Completed in 57 milliseconds