Home
last modified time | relevance | path

Searched +full:0 +full:x29 (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S23 stp x29, x30, [sp, -32]!
29 add x29, sp, 0
34 CFI_OFFSET (0, -16)
37 add x0, x29, 32
44 CFI_RESTORE (0)
47 ldp x29, x30, [sp], 32
50 CFI_DEF_CFA (31, 0)
74 stp x29, x30, [sp, -32]!
80 add x29, sp, 0
85 CFI_OFFSET (0, -16)
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
55 #define T0_INT1(x) T0_FBYTE(x, 0)
56 #define T0_INT2(x) T0_VBYTE(x, 7), T0_FBYTE(x, 0)
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.h51 0x31,0x52,0x00,0xDA,0xFC,0x00,0x00,0x00,0x00,0x00, \
52 0x00,0x00,0x50,0x2C,0x40,0x00,0x31,0x92,0x50,0x2C, \
53 0x00,0x88,0x18,0x2F,0x00,0x01,0x1B,0xFE,0x18,0x71, \
54 0x02,0x1F,0x00,0x08,0x00,0x83,0x02,0x1F,0x00,0x20, \
55 0x28,0x1B,0x00,0x05,0x29,0x1F,0x30,0xD0,0x60,0x4F, \
56 0x00,0x07,0x00,0x05,0x00,0x00,0xC3,0x8F,0x00,0x52, \
57 0x00,0x01,0x07,0x01,0x60,0x3B,0x00,0x00,0x30,0xD0, \
58 0x00,0xDA,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00, \
59 0x40,0x4C,0x00,0x00,0x02,0x8F,0x00,0x00,0x30,0xF2, \
60 0x00,0x06,0x18,0x5D,0x00,0x00,0x9F,0xFF,0x30,0xF2, \
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl36 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
37 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
39 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
51 map("x$_",(0..17,19,20));
63 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
71 s/TOBN\(\s*(0x[0-9a-f]+),\s*(0x[0-9a-f]+)\s*\)/push @arr,hex($2),hex($1)/geo;
92 @tbl = splice(@arr,0,64*16);
93 for($i=0;$i<64;$i++) {
95 for($j=0;$j<64;$j++) {
96 push @line,(@tbl[$j*16+$i/4]>>(($i%4)*8))&0xff;
[all …]
/freebsd/sys/dev/syscons/logo/
H A Dlogo.c9 0x00, 0x00, 0x00,
10 0x0b, 0x00, 0x00,
11 0x0b, 0x0b, 0x0b,
12 0x13, 0x01, 0x01,
13 0x1b, 0x05, 0x04,
14 0x13, 0x13, 0x13,
15 0x1b, 0x1b, 0x1b,
16 0x1c, 0x15, 0x14,
17 0x25, 0x03, 0x01,
18 0x33, 0x0e, 0x0c,
[all …]
/freebsd/lib/libc/aarch64/string/
H A Dstrcspn.S14 stp x29, x30, [sp, #-16]!
15 mov x29, sp
22 movi v0.16b, #0
32 0: add x9, sp, x3, lsl #3
36 b.cs 0b
50 0: ldrb w5, [x1]
59 b 0b
84 mov sp, x29
85 ldp x29, x30, [sp], #16 // restore sp and lr
91 mov sp, x29
[all …]
H A Dstrspn.S17 cbz w4, .Lzero // empty set always returns 0
25 stp x29, x30, [sp, #-16]!
26 mov x29, sp
31 0: add x9, sp, x3, lsl #3
35 b.cs 0b
44 0: ldrb w4, [x1] // next char in set
51 cbnz w5, 0b
57 0: ldrb w8, [x0]
72 cbnz w9, 0b
78 mov sp, x29
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi.S1 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
36 stp x29, x30, [sp, #-32]!
45 tbz x0, #0, 2f
67 0:
68 orr x0, x0, #0xC000000000000000
70 bfxil x0, x16, #0, #2
100 0:
101 ldr za[w15,0], [x16]
105 b.ne 0b
141 0:
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/
H A Dcache.json4 "Counter": "0,1",
5 "EventCode": "0x40",
8 "UMask": "0xa3"
12 "Counter": "0,1",
13 "EventCode": "0x40",
16 "UMask": "0x83"
20 "Counter": "0,1",
21 "EventCode": "0x40",
24 "UMask": "0x10"
28 "Counter": "0,1",
[all …]
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.c17 x = 0; in t0_parse7E_unsigned()
22 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_unsigned()
23 if (y < 0x80) { in t0_parse7E_unsigned()
41 x = (x << 7) | (uint32_t)(y & 0x7F); in t0_parse7E_signed()
42 if (y < 0x80) { in t0_parse7E_signed()
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80)
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F)
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8)
55 #define T0_INT1(x) T0_FBYTE(x, 0)
56 #define T0_INT2(x) T0_VBYTE(x, 7), T0_FBYTE(x, 0)
[all …]
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbthidd.conf.sample5 vendor_id 0x0000;
6 product_id 0x0000;
7 version 0x0000;
8 control_psm 0x11;
9 interrupt_psm 0x13;
13 0x05 0x01 0x09 0x02 0xa1 0x01 0x85 0x02
14 0x09 0x01 0xa1 0x00 0x05 0x09 0x19 0x01
15 0x29 0x05 0x15 0x00 0x25 0x01 0x75 0x01
16 0x95 0x05 0x81 0x02 0x75 0x03 0x95 0x01
17 0x81 0x01 0x05 0x01 0x09 0x30 0x09 0x31
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Dkeccak1600-armv8.S8 .quad 0,0,0,0,0,0,0,0
11 .quad 0x0000000000000001
12 .quad 0x0000000000008082
13 .quad 0x800000000000808a
14 .quad 0x8000000080008000
15 .quad 0x000000000000808b
16 .quad 0x0000000080000001
17 .quad 0x8000000080008081
18 .quad 0x8000000000008009
19 .quad 0x000000000000008a
[all …]
H A Darmv8-mont.S34 stp x29,x30,[sp,#-64]!
35 add x29,sp,#0
40 ldr x9,[x2],#8 // bp[0]
42 ldp x7,x8,[x1],#16 // ap[0..1]
46 ldp x13,x14,[x3],#16 // np[0..1]
48 mul x6,x7,x9 // ap[0]*bp[0]
51 mul x10,x8,x9 // ap[1]*bp[0]
54 mul x15,x6,x4 // "tp[0]"*n0
57 // (*) mul x12,x13,x15 // np[0]*m1
83 mul x10,x8,x9 // ap[j]*bp[0]
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dsign.c6 = { 0x42, 0x11, 0x51, 0xa4, 0x59, 0xfa, 0xea, 0xde, 0x3d, 0x24, 0x71,
7 0x15, 0xf9, 0x4a, 0xed, 0xae, 0x42, 0x31, 0x81, 0x24, 0x09, 0x5a,
8 0xfa, 0xbe, 0x4d, 0x14, 0x51, 0xa5, 0x59, 0xfa, 0xed, 0xee };
180x9d,0x61,0xb1,0x9d,0xef,0xfd,0x5a,0x60,0xba,0x84,0x4a,0xf4,0x92,0xec,0x2c,0xc4,0x44,0x49,0xc5,0x6…
190x4c,0xcd,0x08,0x9b,0x28,0xff,0x96,0xda,0x9d,0xb6,0xc3,0x46,0xec,0x11,0x4e,0x0f,0x5b,0x8a,0x31,0x9…
200xc5,0xaa,0x8d,0xf4,0x3f,0x9f,0x83,0x7b,0xed,0xb7,0x44,0x2f,0x31,0xdc,0xb7,0xb1,0x66,0xd3,0x85,0x3…
210x0d,0x4a,0x05,0xb0,0x73,0x52,0xa5,0x43,0x6e,0x18,0x03,0x56,0xda,0x0a,0xe6,0xef,0xa0,0x34,0x5f,0xf…
220x6d,0xf9,0x34,0x0c,0x13,0x8c,0xc1,0x88,0xb5,0xfe,0x44,0x64,0xeb,0xaa,0x3f,0x7f,0xc2,0x06,0xa2,0xd…
230xb7,0x80,0x38,0x1a,0x65,0xed,0xf8,0xb7,0x8f,0x69,0x45,0xe8,0xdb,0xec,0x79,0x41,0xac,0x04,0x9f,0xd…
240x78,0xae,0x9e,0xff,0xe6,0xf2,0x45,0xe9,0x24,0xa7,0xbe,0x63,0x04,0x11,0x46,0xeb,0xc6,0x70,0xdb,0xd…
[all …]
H A Daead_chacha20poly1305.exp1 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
2 ,0x62,0xa4,0x67,0x7d,0xab,0xf4,0xe3,0xd2
3 ,0x4b,0x87,0x6b,0xb2,0x84,0x75,0x38,0x96
4 ,0xe1,0xd6
5 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
6 ,0x62,0xa4,0x69,0xe7,0x78,0x9b,0xcd,0x95
7 ,0x4e,0x65,0x8e,0xd3,0x84,0x23,0xe2,0x31
8 ,0x61,0xdc
9 ,0xe3,0xe4,0x46,0xf7,0xed,0xe9,0xa1,0x9b
10 ,0x62,0xa4,0x69,0xe7,0x78,0x9b,0xcd,0x95
[all …]
/freebsd/sys/dev/cxgb/
H A Dcxgb_t3fw.h35 U 0x60, U 0x00, U 0x74, U 0x00,
36 U 0x20, U 0x03, U 0x80, U 0x00,
37 U 0x20, U 0x03, U 0x70, U 0x00,
38 U 0x00, U 0x00, U 0x10, U 0x00,
39 U 0x00, U 0x00, U 0x20, U 0x00,
40 U 0xE1, U 0x00, U 0x02, U 0x84,
41 U 0x00, U 0x07, U 0x00, U 0x00,
42 U 0xE1, U 0x00, U 0x02, U 0x88,
43 U 0x00, U 0x01, U 0x00, U 0x00,
44 U 0xE0, U 0x00, U 0x00, U 0x00,
[all …]
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h14 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77
37 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl()
100 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32()
115 { const u32 x2 = in1[0]; in fe_freeze()
116 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze()
117 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze()
118 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze()
119 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() local
120 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze()
121 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze()
[all …]
/freebsd/crypto/libecc/include/libecc/curves/known/
H A Dec_params_sm2p256test.h19 0x85, 0x42, 0xd6, 0x9e, 0x4c, 0x04, 0x4f, 0x18,
20 0xe8, 0xb9, 0x24, 0x35, 0xbf, 0x6f, 0xf7, 0xde,
21 0x45, 0x72, 0x83, 0x91, 0x5c, 0x45, 0x51, 0x7d,
22 0x72, 0x2e, 0xdb, 0x8b, 0x08, 0xf1, 0xdf, 0xc3,
29 0x01, 0x00,
36 0x7a, 0xbd, 0x29, 0x61, 0xb3, 0xfb, 0xb0, 0xe7,
37 0x17, 0x46, 0xdb, 0xca, 0x40, 0x90, 0x08, 0x21,
38 0xba, 0x8d, 0x7c, 0x6e, 0xa3, 0xba, 0xae, 0x82,
39 0x8d, 0xd1, 0x24, 0x74, 0xf7, 0x0e, 0x20, 0x3d,
45 0x0a, 0xe5, 0x52, 0x29, 0x28, 0x3c, 0xd9, 0x6a,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
98 char AArch64LowerHomogeneousPrologEpilog::ID = 0;
224 TypeSize Scale(0U, false), Width(0U, false); in emitStore()
265 TypeSize Scale(0U, false), Width(0U, false); in emitLoad()
286 /// stp x22, x21, [sp, #-32]! ; x29/x30 has been stored at the caller
291 /// stp x22, x21, [sp, #-32]! ; x29/x30 has been stored at the caller
298 /// ldp x29, x30, [sp, #32]
304 /// ldp x29, x30, [sp, #32]
316 unsigned FpOffset = 0) { in getOrCreateFrameHelper()
344 for (int I = Size - 3; I >= 0; I -= 2) { in getOrCreateFrameHelper()
[all …]
/freebsd/contrib/libcbor/test/data/
H A Dpretty.cbor2 0x5B, 0x31, 0x2C, 0x20, 0x2D, 0x31, 0x2C, 0x20, 0x28, 0x5F, 0x20, 0x68, 0x27, 0x30, 0x31, 0x27, 0x2…
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv8.pl64 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
65 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
67 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
76 my @rhotates = ([ 0, 1, 62, 28, 27 ],
89 .quad 0,0,0,0,0,0,0,0
92 .quad 0x0000000000000001
93 .quad 0x0000000000008082
94 .quad 0x800000000000808a
95 .quad 0x8000000080008000
96 .quad 0x000000000000808b
[all …]
H A Dsha512-armv8.pl59 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
60 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
63 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
97 ($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30));
99 @X=map("$reg_t$_",(3..15,0..2));
123 $code.=<<___ if ($i>0 && $i<16);
137 ror $t0,$e,#$Sigma1[0]
146 ror $T0,$a,#$Sigma0[0]
159 ror $t0,$e,#$Sigma1[0]
161 ror $T1,@X[($j+1)&15],#$sigma0[0]
[all …]
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl49 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
50 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
52 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
68 my ($out,$inp,$len,$key,$ctr) = map("x$_",(0..4));
145 .quad 0x3320646e61707865,0x6b20657479622d32 // endian-neutral
149 .long 0x02010003,0x06050407,0x0a09080b,0x0e0d0c0f
169 stp x29,x30,[sp,#-96]!
170 add x29,sp,#0
172 adr @x[0],.Lsigma
180 ldp @d[0],@d[1],[@x[0]] // load sigma
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl45 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
46 my $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
48 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
102 stp x29,x30,[sp,#-64]!
103 add x29,sp,#0
108 ldr $m0,[$bp],#8 // bp[0]
110 ldp $hi0,$aj,[$ap],#16 // ap[0..1]
114 ldp $hi1,$nj,[$np],#16 // np[0..1]
116 mul $lo0,$hi0,$m0 // ap[0]*bp[0]
119 mul $alo,$aj,$m0 // ap[1]*bp[0]
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_secp384r1.c28 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
29 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
30 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
31 0xC7, 0x63, 0x4D, 0x81, 0xF4, 0x37, 0x2D, 0xDF,
32 0x58, 0x1A, 0x0D, 0xB2, 0x48, 0xB0, 0xA7, 0x7A,
33 0xEC, 0xEC, 0x19, 0x6A, 0xCC, 0xC5, 0x29, 0x73
37 0x04, 0xAA, 0x87, 0xCA, 0x22, 0xBE, 0x8B, 0x05,
38 0x37, 0x8E, 0xB1, 0xC7, 0x1E, 0xF3, 0x20, 0xAD,
39 0x74, 0x6E, 0x1D, 0x3B, 0x62, 0x8B, 0xA7, 0x9B,
40 0x98, 0x59, 0xF7, 0x41, 0xE0, 0x82, 0x54, 0x2A,
[all …]

12345678910>>...38