Searched refs:r14 (Results 126 - 150 of 157) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp125 OP_REG(r14) \
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl59 ("%r9","%r10","%r11","%r12","%r13","%r14","%r15","%r16",
88 $PUSH %r14,`-$FRAME+11*$SIZE_T`(%sp)
173 $POP `-$FRAME+11*$SIZE_T`(%sp),%r14
557 $PUSH %r14,`-$FRAME+11*$SIZE_T`(%sp)
642 $POP `-$FRAME+11*$SIZE_T`(%sp),%r14
H A Daes-ppc.pl82 $t2="r14";
340 $PUSH r14,`$FRAME-$SIZE_T*18`($sp)
496 $POP r14,`$FRAME-$SIZE_T*18`($sp)
818 $PUSH r14,`$FRAME-$SIZE_T*18`($sp)
974 $POP r14,`$FRAME-$SIZE_T*18`($sp)
H A Dvpaes-x86_64.pl1087 push %r14
1146 pop %r14
H A Daes-s390x.pl114 $ra="%r14";
255 br %r14
581 br %r14
803 br %r14
840 br %r14
H A Daesni-x86_64.pl3763 push %r14
3804 push %r14
3846 push %r14
3911 pop %r14
/freebsd-11-stable/sys/powerpc/aim/
H A Dtrap_subr64.S157 std %r14, FRAME_14+48(%r1); \
228 ld %r14,FRAME_14+48(%r1); \
H A Dtrap_subr32.S128 stw %r14, FRAME_14+8(%r1); \
199 lwz %r14,FRAME_14+8(%r1); \
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dmd5-x86_64.S12 pushq %r14
663 movq 8(%rsp),%r14
H A Drsaz-avx2.S14 pushq %r14
631 movq -40(%rax),%r14
649 pushq %r14
1168 movq -40(%rax),%r14
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S88 movq %r14,112(PTR)
582 stw %r14, 64(%r3)
925 l.sw 56(r3), r14
H A DUnwindRegistersRestore.S100 movq 112(%rdi), %r14
420 lwz %r14, 64(%r3)
652 @ . the pc (r15) and lr (r14) cannot both be in the list in an LDM instruction
783 l.lwz r14, 56(r3)
/freebsd-11-stable/sys/amd64/amd64/
H A Dsupport.S714 movq %r14,40(%rdi) /* save r14 */
728 movq 40(%rdi),%r14 /* restore r14 */
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl266 push %r14
270 mov $inp,%r14 # reassign couple of args
273 { my $inp="%r14";
398 mov 8(%rsi),%r14
1628 push %r14
1690 pop %r14
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp134 DEFINE_REG(r14, 8, nullptr, LLDB_INVALID_REGNUM),
236 const RegisterInfo *ra_reg_info = reg_ctx->GetRegisterInfoByName("r14", 0);
269 // %r14 is set to the return address
639 // The previous PC is in r14
703 case '1': // r10, r11, r12, r13, r14, r15
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl97 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$inp);
248 $PUSH %r14,`-$FRAME+11*$SIZE_T`(%sp)
366 "%r9","%r10","%r11","%r12","%r13","%r14","%r15","%r16");
676 $POP `-$FRAME+11*$SIZE_T`(%sp),%r14
H A Dsha512-ppc.pl115 $G ="r14";
197 $PUSH r14,`$FRAME-$SIZE_T*18`($sp)
324 $POP r14,`$FRAME-$SIZE_T*18`($sp)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp707 r14 = 14, enumerator in enum:x86_64_eh_regnum
724 return x86_64_eh_regnum::r14;
/freebsd-11-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c815 || (op & 0xffff0000) == 0x39c00000) /* li r14, SIMM */
2179 /* 8 */ R(r8), R(r9), R(r10),R(r11),R(r12),R(r13),R(r14),R(r15), \
2190 /* 8 */ R(r8), R(r9), R(r10),R(r11),R(r12),R(r13),R(r14),R(r15), \
2244 /* 8 */ P(r8), P(r9), P(r10),P(r11),P(r12),P(r13),P(r14),P(r15), \
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c148 " [--get-r14]\n"
657 uint64_t r8, r9, r10, r11, r12, r13, r14, r15; local
817 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_R14, &r14);
819 printf("r14[%d]\t\t0x%016lx\n", vcpu, r14);
1405 { "get-r14", NO_ARG, &get_r14, 1 },
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daesv8-armx.S324 add r14,r3,#16*6
347 vld1.32 {q8},[r14]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-ia64.S79 #define TPtr r14
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.cpp290 {DEFINE_GPR(r14, nullptr),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1137 DUMPREG(r12); DUMPREG(r13); DUMPREG(r14); DUMPREG(r15); Printf("\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp147 DEFINE_GPR(r14, nullptr, dwarf_r14, dwarf_r14, LLDB_INVALID_REGNUM,

Completed in 225 milliseconds

1234567