Searched refs:r3 (Results 226 - 250 of 276) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/ld80/
H A De_lgammal_r.c182 #define r3 (r3u.e) macro
335 q = 1+y*(r1+y*(r2+y*(r3+y*(r4+y*(r5+y*(r6+y*r7))))));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S18 #define B r3:2
19 #define BH r3
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_mips64.h120 DEFINE_GPR(r3, nullptr, dwarf_r3_mips64, dwarf_r3_mips64,
201 DEFINE_GPR(r3, nullptr, dwarf_r3_mips64, dwarf_r3_mips64,
H A DRegisterInfos_ppc64le.h69 DEFINE_GPR(r3, "arg1", LLDB_REGNUM_GENERIC_ARG1), \
278 uint64_t r3; member in struct:_GPR
H A DRegisterInfos_powerpc.h52 DEFINE_GPR(r3, "arg1", LLDB_REGNUM_GENERIC_ARG1), \
H A DRegisterInfos_mips.h91 DEFINE_GPR(r3, nullptr, dwarf_r3_mips, dwarf_r3_mips, LLDB_INVALID_REGNUM),
/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
73 DEFINE_GENERIC_REGISTER_STUB(r3, nullptr, LLDB_REGNUM_GENERIC_ARG4),
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl67 $ap="%r3"; # const BN_ULONG *ap,
109 stm${g} %r3,%r15,3*$SIZE_T($sp)
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl1429 xor r3, r3, r3
1512 xor r3, r3, r3
H A Daes-parisc.pl54 ($s0,$s1,$s2,$s3) = ("%r1","%r2","%r3","%r4");
77 $PUSHMA %r3,$FRAME(%sp)
180 $POPMB -$FRAME(%sp),%r3
546 $PUSHMA %r3,$FRAME(%sp)
649 $POPMB -$FRAME(%sp),%r3
H A Daes-ia64.S37 prsave=r3;
286 mov r3=ip }
292 add out8=(AES_Te#-AES_encrypt#),r3 // Te0
665 mov r3=ip }
671 add out8=(AES_Td#-AES_decrypt#),r3 // Te0
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl52 $inp="%r3";
249 lgr %r3,$len
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dexception.S94 #define TTE_SET_BIT(r1, r2, r3, bit, a, asi) \
97 9: or r2, bit, r3 ; \
98 CAS(x, a) [r1] asi, r2, r3 ; \
99 cmp r2, r3 ; \
101 mov r3, r2
103 #define TTE_SET_REF(r1, r2, r3, a, asi) TTE_SET_BIT(r1, r2, r3, TD_REF, a, asi)
104 #define TTE_SET_W(r1, r2, r3, a, asi) TTE_SET_BIT(r1, r2, r3, TD_W, a, asi)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm192 lwz r3,-432(r11)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c314 * setx ctm_offset % NBBY, r3
315 * sll r2, r3, r2
329 int r1, r2, r3; local
360 r3 = dt_regset_alloc(drp);
391 dt_cg_setx(dlp, r3, shift);
392 instr = DIF_INSTR_FMT(DIF_OP_SLL, r2, r3, r2);
398 dt_regset_free(drp, r3);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c209 uint32_t r1, r2, r3, r4; member in struct:rfprog
2419 uint32_t r2, r3, r4; local
2447 r3 = rfprog[i].r3 | txpow1 << 7;
2452 rt2860_rf_write(sc, RT2860_RF3, r3);
2459 rt2860_rf_write(sc, RT2860_RF3, r3 | 1);
2466 rt2860_rf_write(sc, RT2860_RF3, r3);
H A Drt2661.c191 uint32_t r1, r2, r3, r4; member in struct:rfprog
1967 rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7);
1974 rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7 | 1);
1981 rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm748 ld8 r3 = [r2], 8
751 mov b6 = r3
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl80 $len="r3";
156 stmdb sp!,{r3-r11,lr} @ save $len/end too
H A Dghash-ia64.pl93 prevfs=r2; prevlc=r3; prevpr=r8;
176 prevsp=r3;
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ra.sh31 RUMPSRV3=unix://r3
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dqp.c174 wqe->send.r3 = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp123 DEFINE_REG(r3, 8, "arg2", LLDB_REGNUM_GENERIC_ARG2),
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c679 rc[3].rix = sched->r3;
703 rix3 = sched->r3;
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2057.c238 #define PHYREGS(r0, r1, r2, r3, r4, r5) \
242 .phy_regs.phy_bw4 = r3, \

Completed in 296 milliseconds

1234567891011>>