Home
last modified time | relevance | path

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

/third_party/musl/arch/x32/bits/
Dreg.h3 #define R15 0 macro
/third_party/musl/arch/x86_64/bits/
Dreg.h3 #define R15 0 macro
/third_party/libunwind/src/x86_64/
Dunwind_i.h54 #define R15 15 macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_x64.h43 uintptr_t R15; member
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h16 #define R15(P, S) R12(P,S##0) R12(P,S##1) R12(P,S##2) R12(P,S##3) R12(P,S##4) R12(P,S##5) R12(P,S##… macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts281 type R15 = DropFirst<readonly string[]>; alias