Searched refs:r9 (Results 151 - 175 of 191) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2151 int16_t r13, r9, r7, r0; local
2320 r9 = rpow[9] = AH_MIN(scaledPower, targetPowerCck.twicePwr36);
2327 r9 = AH_MIN(scaledPower, targetPowerCck.twicePwr36);
2334 if (r9 > *pMaxPower)
2335 *pMaxPower = r9;
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl66 ($dat,$in0,$out,$ctx,$inp,$len) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
450 my ($idx,$ido)=("%r8","%r9");
514 my $disp="%r9";
576 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
H A Drc4-x86_64.pl430 $ido="%r9";
537 $disp="%r9";
618 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl226 tmp1=r9;
H A Dsha512-parisc.pl97 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$inp);
243 $PUSH %r9,`-$FRAME+6*$SIZE_T`(%sp)
366 "%r9","%r10","%r11","%r12","%r13","%r14","%r15","%r16");
671 $POP `-$FRAME+6*$SIZE_T`(%sp),%r9
H A Dsha512-ppc.pl110 $B ="r9";
296 lbz r9,1($inp)
301 stb r9,1(r12)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp129 DEFINE_REG(r9, 8, nullptr, LLDB_INVALID_REGNUM),
685 case '9': // r9
700 case '9': // r9
/freebsd-11-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c1397 lwz r9,foo(r2)
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/sys/dev/sound/isa/
H A Dmss.c685 u_char r6, r9; local
752 r9 = conf_rd(mss, OPL3SAx_MISC); /* version */
753 BVDDB(printf("Yamaha: ver 0x%x DMA config 0x%x\n", r6, r9);)
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c143 " [--get-r9]\n"
657 uint64_t r8, r9, r10, r11, r12, r13, r14, r15; local
787 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_R9, &r9);
789 printf("r9[%d]\t\t0x%016lx\n", vcpu, r9);
1400 { "get-r9", NO_ARG, &get_r9, 1 },
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Drc4-md5-x86_64.S9 cmpq $0,%r9
20 movq %r9,%r12
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl156 $PUSH %r9,`-$FRAME+6*$SIZE_T`(%sp)
551 $nmlo1="%r9";
885 $POP `-$FRAME+6*$SIZE_T`(%sp),%r9
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1168 call_via r9
1275 interwork r9
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-x86_64.pl57 $out="%r9";
1010 { my ($tp10,$tp20,$tp40,$tp80,$acc0)=("%rax","%r8", "%r9", "%r10","%rbx");
1671 cmp \$0,%r9
1720 mov %r9,%rbx
1929 mov %r9,%rbx
2539 $disp="%r9";
2739 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
H A Daesp8-ppc.pl114 neg r9,$inp
117 lvsr $key,0,r9 # borrow $key
374 lwz r9, 0($out)
383 stw r9, -16($inp)
H A Daesni-x86_64.pl194 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
949 my $cmac="%r9"; # 6th argument
1255 lea 5($ctr),%r9
1264 lea 7($ctr),%r9
1393 lea 1($ctr),%r9
1411 lea $i($ctr),%r9
1734 my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
3748 $disp="%r9";
3897 mov 16(%rsi),%r9 # arg
[all...]
H A Daesni-mb-x86_64.pl1203 $disp="%r9";
1275 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
H A Daesni-sha256-x86_64.pl93 ("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
1214 my ($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
1504 $disp="%r9";
1601 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.cpp255 {DEFINE_GPR(r9, nullptr),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1136 DUMPREG_(r8); DUMPREG_(r9); DUMPREG(r10); DUMPREG(r11); Printf("\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp137 DEFINE_GPR(r9, "arg7", dwarf_r9, dwarf_r9, LLDB_REGNUM_GENERIC_ARG7,
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h391 __be32 r9; member in struct:fw_filter2_wr
4345 __be32 r9; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c_deprecated
4352 __be32 r9; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c
4357 __be32 r9; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_le
5856 __be64 r9; member in struct:fw_eq_eth_cmd
6476 __be64 r9; member in struct:fw_vi_cmd
7314 __be64 r9; member in struct:fw_port_cmd::fw_port::fw_port_info
8399 __be64 r9; member in struct:fw_rss_glb_config_cmd::fw_rss_glb_config::fw_rss_glb_config_basicvirtual
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp702 r9 = 9, enumerator in enum:x86_64_eh_regnum
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl68 ($inp,$out,$len,$key,$ivp,$Xip)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
916 $disp="%r9";
988 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl50 @mm=("%r8","%r9","%r10","%r11","%r12","%r13","%r14","%r15");
490 $disp="%r9";
553 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry

Completed in 411 milliseconds

12345678