Searched refs:v8 (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp1254 // knows it is fetching a 32- or 64-bit quantity from reg v8 to indicate s0
1256 // fetch 128 bits if we were told that v8 were stored on the stack...
1257 v8 = 72, enumerator in enum:arm64_eh_regnum
1416 // If we use the v8-v15 regnums here, the unwinder will try to grab 128 bits
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c619 { TARGET_CPU_v8, "v8" },
639 { "v8", PROCESSOR_V8, MASK_ISA, MASK_V8 },
758 /* Use the deprecated v8 insns for sparc64 in 32 bit mode. */
5222 needs partial registers on v8. On v9, structures with integer
5947 int v8 = 0;
5955 v8 = 1;
5964 if (v8)
5973 gcc_assert (! v8);
5978 if (v8)
5933 int v8 = 0; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp548 {"v8",
554 {LLDB_INVALID_REGNUM, arm64_dwarf::v8, LLDB_INVALID_REGNUM,
1993 // registers x19 through x28 and sp are callee preserved. v8-v15 are non-
2061 return false; // v8-v9 are non-volatile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp550 {"v8",
556 {LLDB_INVALID_REGNUM, arm64_dwarf::v8, LLDB_INVALID_REGNUM,
2020 // registers x19 through x28 and sp are callee preserved. v8-v15 are non-
2087 return false; // v8-v9 are non-volatile
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c14532 REGDEF(v5,8,RN), REGDEF(v6,9,RN), REGDEF(v7,10,RN), REGDEF(v8,11,RN),

Completed in 363 milliseconds

12