Home
last modified time | relevance | path

Searched refs:r22 (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dmulqi3.S46 add __tmp_reg__, r22 ; S += B;
47 add r22, r22 ; B <<= 1;
H A Ddivmodqi4.S32 eor __tmp_reg__, r22
35 sbrc r22, 7
36 neg r22
H A Dudivmodhi4.S35 cp r26, r22
38 sub r26, r22
45 mov r22, r24
H A Dudivmodqi4.S32 cp r25, r22 ; Compare with the divisor.
34 sub r25, r22 ; Subtract the divisor.
H A Dmulhi3.S55 add __tmp_reg__, r22
61 lsl r22
H A Ddivmodhi4.S53 neg r22
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S66 { .mmi; ld1 r22=[r10],4
89 dep r22=r23,r22,8,8 };;
90 { .mii; dep r16=r22,r16,48,16
216 { .mmi; getf.sig r22=f32
231 { .mmi; add h0=r22,r24
251 and r22=-4,h2
253 { .mmi; add r22=r22,r23
257 { .mmi; add h0=h0,r22;;
258 cmp.ltu p6,p0=h0,r22
309 (p6) add r22=1,r18
[all …]
/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S211 std %r22, FRAME_22+CALLSIZE(r); \
241 ld %r22, FRAME_22+CALLSIZE(r); \
342 std %r22, (TLBSAVE_BOOKE_R22)(br); \
355 ld %r22, (TLBSAVE_BOOKE_R22)(br); \
439 LOAD %r22, PC_BOOKE_TLB_LOCK(%r20); \
441 1: LOADX %r23, 0, %r22; \
450 STOREX %r21, 0, %r22; \
454 lwz %r21, RES_RECURSE(%r22); \
456 stw %r21, RES_RECURSE(%r22); \
463 LOAD %r22, PC_BOOKE_TLB_LOCK(%r20); \
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofwcall64.S89 std %r22,128(%r1)
201 ld %r22,128(%r1)
249 std %r22,128(%r1)
366 ld %r22,128(%r1)
/freebsd/lib/libc/powerpc64/gen/
H A D_setjmp.S82 std %r22,40 + 13*8(%r3)
126 ld %r22,40 + 13*8(%r3)
H A Dsetjmp.S93 std %r22,40 + 13*8(%r6)
141 ld %r22,40 + 13*8(%r3)
H A Dsigsetjmp.S98 std %r22,40 + 13*8(%r6)
143 ld %r22,40 + 13*8(%r3)
/freebsd/crypto/openssl/crypto/
H A Dpariscid.pl73 xor %r0,%r0,%r22
176 my ($tick,$lasttick)=("%r23","%r22");
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp40 uint64_t r22; member
80 uint32_t r22; member
H A DRegisterInfos_ppc64.h80 DEFINE_GPR_PPC64(r22, NULL, LLDB_INVALID_REGNUM), \
222 uint64_t r22; member
H A DRegisterContextFreeBSD_mips64.cpp88 uint64_t r22; member
/freebsd/sys/powerpc/powerpc/
H A Dswtch64.S107 std %r22,PCB_CONTEXT+10*8(%r6)
284 ld %r22,PCB_CONTEXT+10*8(%r3)
325 std %r22,PCB_CONTEXT+10*8(%r3)
H A Dcpu_subr64.S47 std %r22,PCB_CONTEXT+10*8(%r3)
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S897 { .mfi; getf.sig r22=f46
920 add r22=r22,r21 };;
924 { .mfi; cmp.ltu p7,p0=r22,r21
926 add r22=r22,carry1 };;
931 cmp.ltu p7,p0=r22,carry1 };;
935 { .mfi; st8 [r32]=r22,16
987 { .mfb; getf.sig r22=f57 }
1006 add r22=r22,r21 };;
1009 cmp.ltu p7,p0=r22,r21
1010 add r23=r23,r22 };;
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2057.c182 r20, r21, r22, r23, r24, r25, r26, r27) \ argument
205 .radio_pad2g_tune_pus_core1 = r22, \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h23 #define r22 22 macro
H A Dtsan_rtl_ppc64.S81 std r22,88(r3)
226 std r22,88(r3)
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S50 te01=r20; te12=r21; te23=r22; te30=r23;
349 { .mmi; ld1 r22=[out2],4
374 dep out3=r22,out3,8,8 }//;;
390 shr.u r22=r20,sixteen }//;;
405 { .mmi; st1 [out1]=r22,4
726 { .mmi; ld1 r22=[out2],4
751 dep out3=r22,out3,8,8 }//;;
767 shr.u r22=r20,sixteen }//;;
782 { .mmi; st1 [out1]=r22,4
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td58 def R22 : AVRReg<22, "r22">, DwarfRegNum<[22]>;
84 def R23R22 : AVRReg<22, "r23:r22", [R22, R23]>, DwarfRegNum<[22]>;
100 def R22R21 : AVRReg<21, "r22:r21", [R21, R22]>, DwarfRegNum<[21]>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp84 r22, enumerator
85 fp = r22,
121 DEFINE_GENERIC_REGISTER_STUB(r22, LLDB_REGNUM_GENERIC_FP),

12