Searched defs:r10d (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | calling.h | 109 xorl %r10d, %r10d /* nospec r10 */ variable
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | calling.h | 140 xorl %r10d, %r10d /* nospec r10 */ variable
|
/third_party/typescript/tests/baselines/reference/ |
H A D | promisePermutations.js | 145 var r10d = r10.then(testFunction, sIPromise, nIPromise); // ok variable 258 var r10d = r10.then(testFunction, sIPromise, nIPromise); // ok
variable
|
H A D | promisePermutations2.js | 144 var r10d = r10.then(testFunction, sIPromise, nIPromise); // error variable 258 var r10d = r10.then(testFunction, sIPromise, nIPromise); // error
variable
|
H A D | promisePermutations3.js | 144 var r10d = r10.then(testFunction, sIPromise, nIPromise); // error variable 258 var r10d = r10.then(testFunction, sIPromise, nIPromise); // error
variable
|
Completed in 5 milliseconds