Home
last modified time | relevance | path

Searched refs:r23 (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dcommon_entry_exit_abi2.S46 memd(fp+#-32) = r23:22
59 memd(fp+#-32) = r23:22
73 memd(fp+#-32) = r23:22
119 r23:22 = memd(fp+#-32)
135 r23:22 = memd(fp+#-32)
150 r23:22 = memd(fp+#-32)
196 r23:22 = memd(fp+#-32)
211 r23:22 = memd(fp+#-32)
225 r23:22 = memd(fp+#-32)
H A Dcommon_entry_exit_legacy.S55 memd(fp+#-24) = r23:22
75 r23:22 = memd(fp+#-24)
96 r23:22 = memd(fp+#-24)
121 r23:22 = memd(fp+#-24)
147 r23:22 = memd(fp+#-24)
/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S212 std %r23, FRAME_23+CALLSIZE(r); \
242 ld %r23, FRAME_23+CALLSIZE(r); \
343 std %r23, (TLBSAVE_BOOKE_R23)(br); \
356 ld %r23, (TLBSAVE_BOOKE_R23)(br); \
441 1: LOADX %r23, 0, %r22; \
442 CMPI %r23, TLB_UNLOCKED; \
446 CMPL cr0, %r21, %r23; \
466 lwz %r23, RES_RECURSE(%r22); \
467 subi %r23, %r23, 1; \
468 stw %r23, RES_RECURSE(%r22); \
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Ddivmodhi4.S32 mov __tmp_reg__, r23
38 sbrc r23, 7
52 com r23
54 sbci r23, 255
H A Dudivmodhi4.S36 cpc r27, r23 ; Compare with the divisor.
39 sbc r27, r23 ; Subtract the divisor.
46 mov r23, r25 ; The quotient is returned in R23:R22.
H A Dudivmodqi4.S25 ldi r23, 9 ; Only loop 8 rounds for uint8.
29 dec r23
H A Dmulhi3.S56 adc __zero_reg__, r23 ; S += B;
62 rol r23 ; B <<= 1;
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S67 ld1 r23=[r11],4
74 and r23=15,r23 };;
89 dep r22=r23,r22,8,8 };;
217 getf.sig r23=f33
232 add r23=r23,r25
239 add r23=r23,r30 };;
240 { .mmi; (p6) add r23=1,r23
243 { .mmi; add h1=h1,r23;;
244 cmp.ltu p6,p7=h1,r23
252 shr.u r23=h2,2 };;
[all …]
/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl85 $out="%r23";
274 sub %r0,$len,%r23 ; inverse index
281 ldbx %r23($inp),@TX[1]
282 addi,nuv 1,%r23,%r23 ; increment and conditional
283 sub %r0,$len,%r23 ; inverse index
/freebsd/sys/powerpc/ofw/
H A Dofwcall64.S90 std %r23,136(%r1)
202 ld %r23,136(%r1)
250 std %r23,136(%r1)
367 ld %r23,136(%r1)
/freebsd/lib/libc/powerpcspe/gen/
H A D_setjmp.S68 evstdd %r23,24+14*8(%r3)
97 evldd %r23,24+14*8(%r3)
H A Dsetjmp.S80 evstdd %r23,24+14*8(%r6)
110 evldd %r23,24+14*8(%r3)
H A Dsigsetjmp.S87 evstdd %r23,24+14*8(%r6)
118 evldd %r23,24+14*8(%r3)
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td59 def R23 : AVRReg<23, "r23">, DwarfRegNum<[23]>;
84 def R23R22 : AVRReg<22, "r23:r22", [R22, R23]>, DwarfRegNum<[22]>;
99 def R24R23 : AVRReg<23, "r24:r23", [R23, R24]>, DwarfRegNum<[23]>;
139 // Simple lower registers r16..r23
162 // Lower 16-bit pair registers in r16..r23, only used in inline assembly.
/freebsd/lib/libc/powerpc64/gen/
H A D_setjmp.S84 std %r23,40 + 14*8(%r3)
128 ld %r23,40 + 14*8(%r3)
H A Dsetjmp.S95 std %r23,40 + 14*8(%r6)
143 ld %r23,40 + 14*8(%r3)
H A Dsigsetjmp.S100 std %r23,40 + 14*8(%r6)
145 ld %r23,40 + 14*8(%r3)
/freebsd/crypto/openssl/crypto/
H A Dpariscid.pl75 xor %r0,%r0,%r23
176 my ($tick,$lasttick)=("%r23","%r22");
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp41 uint64_t r23; member
81 uint32_t r23; member
/freebsd/sys/powerpc/powerpc/
H A Dswtch64.S109 std %r23,PCB_CONTEXT+11*8(%r6)
286 ld %r23,PCB_CONTEXT+11*8(%r3)
327 std %r23,PCB_CONTEXT+11*8(%r3)
H A Dcpu_subr64.S48 std %r23,PCB_CONTEXT+11*8(%r3)
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2057.c182 r20, r21, r22, r23, r24, r25, r26, r27) \ argument
206 .radio_pga_boost_tune_core1 = r23, \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h24 #define r23 23 macro
H A Dtsan_rtl_ppc64.S83 std r23,96(r3)
228 std r23,96(r3)
/freebsd/libexec/rtld-elf/powerpc/
H A Drtld_start.S191 evstdd %r23, 192(%r1)
242 evldd %r23, 192(%r1)

123