Home
last modified time | relevance | path

Searched defs:R13 (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/libc/src/fuchsia/
Dx86_64.rs123 pub const R13: ::c_int = 2; constant
/third_party/musl/arch/x86_64/bits/
Dreg.h5 #define R13 2 macro
/third_party/musl/arch/x32/bits/
Dreg.h5 #define R13 2 macro
/third_party/libunwind/src/x86_64/
Dunwind_i.h52 #define R13 13 macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_x64.h41 uintptr_t R13; member
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h14 #define R13(P, S) R12(P,S##0) R12(P,S##1) macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts279 type R13 = DropFirst<readonly [number, symbol, ...string[]]>; alias
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs753 pub const R13: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
Dmod.rs738 pub const R13: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
Dmod.rs615 pub const R13: ::c_int = 2; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26828 SDValue R13 = DAG.getVectorShuffle(VT, dl, R1, R3, {-1, 1, -1, 7}); in LowerShift() local
27274 SDValue R13 = DAG.getVectorShuffle(VT, DL, R, R, OddMask); in LowerRotate() local