Lines Matching +full:ecx +full:- +full:1000
34 if (BytesRead == -1) { in retryingReadSome()
42 BytesToRead -= BytesRead; in retryingReadSome()
51 if (Fd == -1) in readValueFromFile()
72 long long TSCFrequency = -1; in getTSCFrequency()
75 TSCFrequency *= 1000; in getTSCFrequency()
79 TSCFrequency *= 1000; in getTSCFrequency()
83 return TSCFrequency == -1 ? 0 : static_cast<uint64_t>(TSCFrequency); in getTSCFrequency()
87 long long TSCFrequency = -1;
91 &tscfreqsz, NULL, 0) != -1) {
95 NULL, 0) != -1) {
140 // after the 2-byte jmp instruction). in patchFunctionEntry()
148 int64_t TrampolineOffset = reinterpret_cast<int64_t>(Trampoline) - in patchFunctionEntry()
186 // after the 1-byte ret instruction). in patchFunctionExit()
195 int64_t TrampolineOffset = reinterpret_cast<int64_t>(__xray_FunctionExit) - in patchFunctionExit()
225 reinterpret_cast<int64_t>(__xray_FunctionTailExit) - in patchFunctionTailExit()
313 unsigned int EAX, EBX, ECX, EDX; in probeRequiredCPUFeatures() local
318 __asm__ __volatile__("cpuid" : "=a"(EAX), "=b"(EBX), "=c"(ECX), "=d"(EDX) in probeRequiredCPUFeatures()