Searched refs:r4 (Results 1 - 25 of 179) sorted by last modified time

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp67 static inline void r4(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, function
166 r4(A, B, C, D, E, 60, InternalState.Buffer.L);
167 r4(E, A, B, C, D, 61, InternalState.Buffer.L);
168 r4(D, E, A, B, C, 62, InternalState.Buffer.L);
169 r4(C, D, E, A, B, 63, InternalState.Buffer.L);
170 r4(B, C, D, E, A, 64, InternalState.Buffer.L);
171 r4(A, B, C, D, E, 65, InternalState.Buffer.L);
172 r4(E, A, B, C, D, 66, InternalState.Buffer.L);
173 r4(D, E, A, B, C, 67, InternalState.Buffer.L);
174 r4(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1879 uint32_t r4; member in struct:llvm::MachO::ppc_thread_state32_t
1922 sys::swapByteOrder(x.r4);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp124 DEFINE_REG(r4, 8, "arg3", LLDB_REGNUM_GENERIC_ARG3),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp127 DEFINE_GPR(r4, "arg2", dwarf_r4, dwarf_r4, LLDB_REGNUM_GENERIC_ARG2,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp61 r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15, r16, enumerator in enum:__anon1209::dwarf::regnums
74 DEFINE_GENERIC_REGISTER_STUB(r4, nullptr, LLDB_REGNUM_GENERIC_ARG5),
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S392 addi %r4, %r3, PPC64_OFFS_FP
396 stxvd2x %vs##n, 0, %r4 ;\
397 addi %r4, %r4, 16
509 subi %r4, %r1, 16
512 stvx %v##n, 0, %r4 ;\
513 ld %r5, 0(%r4) ;\
515 ld %r5, 8(%r4) ;\
572 stw %r4, 24(%r3)
648 subi %r4,
[all...]
H A DUnwindRegistersRestore.S149 // skip r4 for now
184 addi %r4, %r3, PPC64_OFFS_FP
188 lxvd2x %vs##n, 0, %r4 ;\
189 addi %r4, %r4, 16
235 addi %r4, %r3, PPC64_OFFS_FP + n * 16 ;\
236 lxvd2x %vs##n, 0, %r4 ;\
325 subi %r4, %r1, 16
326 // r4 is now a 16-byte aligned pointer into the red zone
333 std %r0, 0(%r4) ;\
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1414 register void *__cstack __asm__("r4") = child_stack;
1429 r4 == child_stack
1567 register int *r4 __asm__("r4") = child_tidptr;
1593 * %r4 = child_tidptr)
1615 : "r"(r0), "r"(r1), "r"(r2), "r"(r3), "r"(r4), "r"(r7),
H A Dsanitizer_syscall_linux_arm.inc89 register u32 r4 asm("r4") = arg5;
92 : "r"(r8), "0"(r0), "r"(r1), "r"(r2), "r"(r3), "r"(r4)
107 register u32 r4 asm("r4") = arg5;
111 : "r"(r8), "0"(r0), "r"(r1), "r"(r2), "r"(r3), "r"(r4), "r"(r5)
H A Dsanitizer_common_interceptors_vfork_arm.inc.S12 push {r4, lr}
14 pop {r4, lr}
25 push {r0, r4}
37 pop {r0, r4}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_s390x.h63 DEFINE_GPR(r4, 8, GPR_OFFSET(4), "arg3", LLDB_REGNUM_GENERIC_ARG3),
H A DRegisterInfos_ppc64le.h70 DEFINE_GPR(r4, "arg2", LLDB_REGNUM_GENERIC_ARG2), \
279 uint64_t r4; member in struct:_GPR
H A DRegisterInfos_ppc64.h62 DEFINE_GPR_PPC64(r4, "arg2", LLDB_REGNUM_GENERIC_ARG2), \
204 uint64_t r4; member in struct:_GPR_PPC64
H A DRegisterInfos_powerpc.h53 DEFINE_GPR(r4, "arg2", LLDB_REGNUM_GENERIC_ARG2), \
H A DRegisterInfos_mips64.h122 DEFINE_GPR(r4, nullptr, dwarf_r4_mips64, dwarf_r4_mips64,
203 DEFINE_GPR(r4, nullptr, dwarf_r4_mips64, dwarf_r4_mips64,
H A DRegisterInfos_mips.h92 DEFINE_GPR(r4, nullptr, dwarf_r4_mips, dwarf_r4_mips,
H A DRegisterContext_mips.h249 uint64_t r4; member in struct:GPR_linux_mips
H A DRegisterContextFreeBSD_powerpc.cpp22 uint64_t r4; member in struct:_GPR64
62 uint32_t r4; member in struct:_GPR32
H A DRegisterContextFreeBSD_mips64.cpp44 uint64_t r4; member in struct:_GPR
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S149 # Spill r3-r4, f1-f8, and vsr34-vsr41, which are return registers.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_ppc64.S25 // r4 is the mangled stack pointer (see glibc)
26 ld r4,-28696(r13)
27 xor r4,r3,r4
128 li r4,0
129 stw r4,512(r3)
146 // sigsetjmp is like setjmp, except that the mask in r4 needs
165 std r4,40(r1)
169 // r4 is the mangled stack pointer (see glibc)
170 ld r4,
[all...]
H A Dtsan_ppc_regs.h5 #define r4 4 macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dudivsi3.S31 r4 = r1 define
32 r1:0 = combine(r0,r4)
H A Dudivmodsi4.S32 r4 = r1 define
33 r1:0 = combine(r0,r4)
40 if (p0.new) r4 = #0
52 if (!p0.new) r1 = sub(r1,r4)
H A Dsfsqrt_opt.S26 #define HALF r4

Completed in 309 milliseconds

12345678