/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_aarch64.S | 23 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, s [all...] |
/freebsd-src/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_server.c | 17 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-src/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_prs.h | 51 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-src/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 36 $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-src/sys/dev/syscons/logo/ |
H A D | logo.c | 9 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-src/lib/libpmc/pmu-events/arch/x86/bonnell/ |
H A D | cache.json | 4 "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-src/usr.sbin/bluetooth/bthidd/ |
H A D | bthidd.conf.sample | 5 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-src/libexec/rtld-elf/aarch64/ |
H A D | rtld_start.S | 44 .cfi_adjust_cfa_offset 0 51 * sp + 0 = &GOT[x + 3] 60 stp x29, x30, [sp, #-16]! 61 mov x29, sp 62 .cfi_def_cfa x29, 16 64 .cfi_offset x29, -16 80 ldr x2, [x17, #0] /* Get the address of the entry */ 82 sub x1, x1, #8 /* Adjust for x16 not being at offset 0 */ 108 ldp x29, xzr, [sp], #16 160 .cfi_rel_offset x1, 0 [all...] |
/freebsd-src/contrib/bearssl/src/x509/ |
H A D | x509_minimal.c | 17 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-src/sys/crypto/openssl/aarch64/ |
H A D | keccak1600-armv8.S | 8 .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 D | armv8-mont.S | 32 stp x29,x30,[sp,#-64]! 33 add x29,sp,#0 38 ldr x9,[x2],#8 // bp[0] 40 ldp x7,x8,[x1],#16 // ap[0..1] 44 ldp x13,x14,[x3],#16 // np[0..1] 46 mul x6,x7,x9 // ap[0]*bp[0] 49 mul x10,x8,x9 // ap[1]*bp[0] 52 mul x15,x6,x4 // "tp[0]"*n0 55 // (*) mul x12,x13,x15 // np[0]*m1 81 mul x10,x8,x9 // ap[j]*bp[0] [all …]
|
H A D | chacha-armv8.S | 12 .quad 0x3320646e61707865,0x6b20657479622d32 // endian-neutral 16 .long 0x02010003,0x06050407,0x0a09080b,0x0e0d0c0f 17 …,32,65,82,77,118,56,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,64,100,111,116,45,97,115,109,0 37 stp x29,x30,[sp,#-96]! 38 add x29,sp,#0 202 ldp x6,x8,[x1,#0] // load input 232 stp x5,x7,[x0,#0] // store output 241 ldp x19,x20,[x29,#16] 243 ldp x21,x22,[x29,#32] 244 ldp x23,x24,[x29,#48] [all …]
|
/freebsd-src/sys/contrib/libsodium/test/default/ |
H A D | sign.c | 6 = { 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 }; 18 …0x9d,0x61,0xb1,0x9d,0xef,0xfd,0x5a,0x60,0xba,0x84,0x4a,0xf4,0x92,0xec,0x2c,0xc4,0x44,0x49,0xc5,0x6… 19 …0x4c,0xcd,0x08,0x9b,0x28,0xff,0x96,0xda,0x9d,0xb6,0xc3,0x46,0xec,0x11,0x4e,0x0f,0x5b,0x8a,0x31,0x9… 20 …0xc5,0xaa,0x8d,0xf4,0x3f,0x9f,0x83,0x7b,0xed,0xb7,0x44,0x2f,0x31,0xdc,0xb7,0xb1,0x66,0xd3,0x85,0x3… 21 …0x0d,0x4a,0x05,0xb0,0x73,0x52,0xa5,0x43,0x6e,0x18,0x03,0x56,0xda,0x0a,0xe6,0xef,0xa0,0x34,0x5f,0xf… 22 …0x6d,0xf9,0x34,0x0c,0x13,0x8c,0xc1,0x88,0xb5,0xfe,0x44,0x64,0xeb,0xaa,0x3f,0x7f,0xc2,0x06,0xa2,0xd… 23 …0xb7,0x80,0x38,0x1a,0x65,0xed,0xf8,0xb7,0x8f,0x69,0x45,0xe8,0xdb,0xec,0x79,0x41,0xac,0x04,0x9f,0xd… 24 …0x78,0xae,0x9e,0xff,0xe6,0xf2,0x45,0xe9,0x24,0xa7,0xbe,0x63,0x04,0x11,0x46,0xeb,0xc6,0x70,0xdb,0xd… [all …]
|
H A D | aead_chacha20poly1305.exp | 1 ,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-src/sys/dev/cxgb/ |
H A D | cxgb_t3fw.h | 35 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-src/contrib/wireguard-tools/ |
H A D | curve25519-fiat32.h | 14 * 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-src/contrib/libcbor/test/data/ |
H A D | pretty.cbor | 2 0x5B, 0x31, 0x2C, 0x20, 0x2D, 0x31, 0x2C, 0x20, 0x28, 0x5F, 0x20, 0x68, 0x27, 0x30, 0x31, 0x27, 0x2…
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 3 // 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, x3 [all...] |
/freebsd-src/crypto/openssl/crypto/sha/asm/ |
H A D | keccak1600-armv8.pl | 64 $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 D | sha512-armv8.pl | 59 $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-src/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 49 $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-src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | sme-abi.S | 1 // 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-src/contrib/bearssl/src/ec/ |
H A D | ec_secp384r1.c | 28 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 …]
|
/freebsd-src/crypto/openssl/crypto/bn/asm/ |
H A D | armv8-mont.pl | 45 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; 100 stp x29,x30,[sp,#-64]! 101 add x29,sp,#0 106 ldr $m0,[$bp],#8 // bp[0] 108 ldp $hi0,$aj,[$ap],#16 // ap[0..1] 112 ldp $hi1,$nj,[$np],#16 // np[0..1] 114 mul $lo0,$hi0,$m0 // ap[0]*bp[0] 117 mul $alo,$aj,$m0 // ap[1]*bp[0] [all …]
|
/freebsd-src/crypto/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 43 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef; 44 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef; 46 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 64 .quad 0x0407060500030201, 0x0C0F0E0D080B0A09 65 .quad 0x080B0A0904070605, 0x000302010C0F0E0D 66 .quad 0x0C0F0E0D080B0A09, 0x0407060500030201 67 .quad 0x000302010C0F0E0D, 0x080B0A0904070605 69 .quad 0x0605040702010003, 0x0E0D0C0F0A09080B 70 .quad 0x020100030E0D0C0F, 0x0A09080B06050407 71 .quad 0x0E0D0C0F0A09080B, 0x0605040702010003 [all …]
|