Home
last modified time | relevance | path

Searched refs:r24 (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Ddivmodqi4.S30 bst r24, 7
31 mov __tmp_reg__, r24
33 sbrc r24, 7
34 neg r24
43 neg r24
H A Dudivmodhi4.S29 adc r24, r24
43 com r24
45 mov r22, r24
47 mov r24, r26
H A Dmulqi3.S43 cpi r24, 0
45 sbrc r24, 0 ; if (A & 1)
48 lsr r24 ; A = ((unsigned char) A) >> 1;
52 mov r24, __tmp_reg__
H A Dmulhi3.S48 cp r24, r21
52 mov r21, r24
60 ror r24 ; A = ((unsigned int) A) >> 1;
67 mov r24, __tmp_reg__
H A Dudivmodqi4.S28 adc r24, r24
38 com r24 ; The uint8 quotient is returned via R24.
H A Ddivmodhi4.S47 neg r24
57 ret ; Return quotient via R23:R22 and remainder via R25:r24.
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S69 { .mmi; ld1 r24=[r8],4
77 and r24=-4,r24 }
91 dep r24=r25,r24,8,8 };;
94 { .mii; dep r24=r26,r24,16,16
97 dep r24=r28,r24,32,16;;
98 dep r24=r30,r24,48,16 };;
99 { .mii; st8 [r32]=r24,8 // ctx->r1
100 shr.u r25=r24,2;;
101 add r25=r25,r24 };;
219 { .mmi; getf.sig r24=f34
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S698 { .mfi; getf.sig r24=f50
723 add r25=r25,r24 }
726 { .mfi; cmp.ltu p6,p0=r25,r24
744 { .mfi; getf.sig r24=f70
773 add r25=r25,r24 };;//
777 cmp.ltu p6,p0=r25,r24 }
819 { .mfi; getf.sig r24=f90
847 add r25=r25,r24 };;
849 cmp.ltu p6,p0=r25,r24 }
903 { .mfi; getf.sig r24=f110
[all …]
/freebsd/crypto/openssl/crypto/
H A Dpariscid.pl77 xor %r0,%r0,%r24
144 my ($in1,$in2,$len)=("%r26","%r25","%r24");
175 my ($out,$cnt,$max)=("%r26","%r25","%r24");
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S51 te02=r24; te13=r25; te20=r26; te31=r27;
275 xor r24=t2,te31 // 14/2:done!
333 { .mmb; st4 [in1]=r24 // s2
351 { .mmi; ld1 r24=[in0],4
364 dep out5=r24,out5,24,8 //;;
392 extr.u r25=r24,8,8 // s2
393 shr.u r27=r24,twenty4 };;
395 extr.u r26=r24,16,8
407 { .mmi; st1 [out3]=r24,4
652 xor r24=t2,te33 // 14/2:done!
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofwcall64.S91 std %r24,144(%r1)
203 ld %r24,144(%r1)
251 std %r24,144(%r1)
368 ld %r24,144(%r1)
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-ssse3.h9 #define r24 \ macro
15 ? _mm_shuffle_epi8((x), r24) \
/freebsd/lib/libc/powerpc64/gen/
H A D_setjmp.S86 std %r24,40 + 15*8(%r3)
130 ld %r24,40 + 15*8(%r3)
H A Dsetjmp.S97 std %r24,40 + 15*8(%r6)
145 ld %r24,40 + 15*8(%r3)
H A Dsigsetjmp.S102 std %r24,40 + 15*8(%r6)
147 ld %r24,40 + 15*8(%r3)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp42 uint64_t r24; member
82 uint32_t r24; member
H A DRegisterInfos_ppc64.h82 DEFINE_GPR_PPC64(r24, NULL, LLDB_INVALID_REGNUM), \
224 uint64_t r24; member
/freebsd/sys/powerpc/powerpc/
H A Dswtch64.S109 std %r24,PCB_CONTEXT+12*8(%r6)
286 ld %r24,PCB_CONTEXT+12*8(%r3)
327 std %r24,PCB_CONTEXT+12*8(%r3)
H A Dcpu_subr64.S49 std %r24,PCB_CONTEXT+12*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
207 .radio_txmix5g_boost_tune_core1 = r24, \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h25 #define r24 24 macro
H A Dtsan_rtl_ppc64.S85 std r24,104(r3)
230 std r24,104(r3)
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td60 def R24 : AVRReg<24, "r24">, DwarfRegNum<[24]>;
83 def R25R24 : AVRReg<24, "r25:r24", [R24, R25]>, DwarfRegNum<[24]>;
99 def R24R23 : AVRReg<23, "r24:r23", [R23, R24]>, DwarfRegNum<[23]>;
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c46 const __m128i r24 = in blake2b_compress_sse41() local
H A Dblake2b-compress-ssse3.c40 const __m128i r24 = in blake2b_compress_ssse3() local

123