Home
last modified time | relevance | path

Searched defs:R14 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/arch/x86_64/bits/
Dreg.h4 #define R14 1 macro
/third_party/musl/arch/x32/bits/
Dreg.h4 #define R14 1 macro
/third_party/libunwind/src/x86_64/
Dunwind_i.h53 #define R14 14 macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_x64.h42 uintptr_t R14; member
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h15 #define R14(P, S) R12(P,S##0) R12(P,S##1) R12(P,S##2) R12(P,S##3) macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts280 type R14 = DropFirst<readonly [symbol, ...string[]]>; alias