Home
last modified time | relevance | path

Searched refs:r15 (Results 1 – 25 of 211) sorted by last modified time

123456789

/freebsd/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c459 uint64_t r8, r9, r10, r11, r12, r13, r14, r15; in get_all_registers() local
625 error = vm_get_register(vcpu, VM_REG_GUEST_R15, &r15); in get_all_registers()
627 printf("r15[%d]\t\t0x%016lx\n", vcpuid, r15); in get_all_registers()
/freebsd/lib/libsys/arm/
H A Dvfork.S55 mov r15, r2
/freebsd/sys/amd64/amd64/
H A Dexception.S250 movq %r15,TF_R15(%rsp)
338 movq %r15,TF_R15(%rsp)
652 movq %r15,TF_R15(%rsp)
665 movq %cr2,%r15
704 movq %r15,%cr2
789 movq %r15,TF_R15(%rsp)
806 movq %cr2,%r15
956 movq %r15,%cr2
1001 movq %r15,TF_R15(%rsp)
1014 movq %cr2,%r15
[all …]
H A Dsigtramp.S59 .cfi_offset %r15, SIGF_UC + UC_R15
H A Dsupport.S1505 movq %r15,48(%rdi) /* save r15 */
1519 movq 48(%rdi),%r15 /* restore r15 */
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S2312 stmg %r6,%r14,48(%r15)
2322 .cfi_offset %r15, -40
2323 lgr %r11,%r15
2345 sgr %r15,%r10
2346 agr %r12,%r15
2347 stg %r11,0(%r15)
2386 stg %r0,160(%r13,%r15) // parm[2+n]
2396 lgr %r15,%r11
2397 lmg %r6,%r14,48(%r15)
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9311 outs() << " r15 " << format("0x%016" PRIx64, cpu64.r15); in Print_x86_thread_state64_t()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td298 def R15 : X86Reg<"r15", 15, [R15D]>, DwarfRegNum<[15, -2, -2]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleSwift.td31 // FIXME: Do we need to model the fact that uses of r15 in a micro-op force it
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1707 uint64_t r15; member
1833 sys::swapByteOrder(x.r15); in swapStruct()
2041 uint32_t r15; member
2084 sys::swapByteOrder(x.r15); in swapStruct()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64_with_base.h211 …DEFINE_GPR(r15, nullptr, dwarf_r15_x86_64, dwarf_r15_x86_64, LLDB_INVALID_REGNUM, …
230 DEFINE_GPR_PSEUDO_32(r14d, r14), DEFINE_GPR_PSEUDO_32(r15d, r15),
238 DEFINE_GPR_PSEUDO_16(r14w, r14), DEFINE_GPR_PSEUDO_16(r15w, r15),
248 DEFINE_GPR_PSEUDO_8L(r14l, r14), DEFINE_GPR_PSEUDO_8L(r15l, r15),
H A DRegisterInfos_loongarch64.h95 DEFINE_GPR64_ALT(r15, t3, LLDB_INVALID_REGNUM),
H A DRegisterInfos_mips64.h88 DEFINE_GPR(r15, nullptr, dwarf_r15_mips64, dwarf_r15_mips64,
H A DRegisterInfos_powerpc.h64 DEFINE_GPR(r15, NULL, LLDB_INVALID_REGNUM), \
H A DRegisterInfos_ppc64.h73 DEFINE_GPR_PPC64(r15, NULL, LLDB_INVALID_REGNUM), \
215 uint64_t r15; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp391 thread_context.r15 = read_register_u64(reg_ctx, "r15"); in GetThreadContext_x86_64()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S860 l.lwz r15, 60(r3)
903 r15 = memw(r0+#60) define
1198 lmg %r2, %r15, 32(%r2)
H A DUnwindRegistersSave.S102 movq %r15,120(PTR)
813 @ . the pc (r15) cannot be in the list in an STM instruction
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp107 OP_REG(r15) \
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl594 "%r12"=>12, "%r13"=>13, "%r14"=>14, "%r15"=>15
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.td50 def R15B : MSP430Reg<15, "r15">, DwarfRegNum<[31]>;
70 def R15 : MSP430RegWithSubregs<15, "r15", [R15B]>, DwarfRegNum<[15]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td75 def R15 : LoongArchReg<15, "r15", ["t3"]>, DwarfRegNum<[15]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td144 def D7 : Rd<14, "r15:14", [R14, R15]>, DwarfRegNum<[46]>;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp708 r15 = 15, enumerator
726 return x86_64_eh_regnum::r15; in translate_to_eh_frame_regnum_x86_64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.cpp46 R16(r12), R16(r13), R16(r14), R16(r15)}; in GetRegisters_msp430()
71 R64(r12), R64(r13), R64(r14), R64(r15), R64(rip), R32(eflags), in GetRegisters_x86_64()

123456789