Searched refs:b10 (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/arm/ti/am335x/
H A Dtps65217x.h97 #define TPS65217_VO_420V 0b10
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp243 {0b01111101, 0b00}, {0b01111101, 0b01}, {0b01111101, 0b10},
245 {0b01111110, 0b10}, {0b01111110, 0b11}, {0b01111111, 0b00},
246 {0b01111111, 0b01}, {0b01111111, 0b10}, {0b01111111, 0b11},
247 {0b10000000, 0b00}, {0b10000000, 0b01}, {0b10000000, 0b10},
250 {0b10001111, 0b00}, {0b11111111, 0b00}, {0b11111111, 0b10},
/freebsd-current/crypto/openssl/test/
H A Dsanitytest.c40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, enumerator in enum:largechoices
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl109 vpermdi v29,v30,v30,0b10 ; A[1..0][4]^A[3..2][4]
121 vpermdi v31,v31,v29,0b10
127 vpermdi v30,v28,v26,0b10 ; C[4..0]
137 vpermdi v31,v26,v27,0b10 ; C[1..2]
171 vpermdi v4, v12,v30,0b10 ; [0][4] [1][4] < [4][4] [4][2]
207 vpermdi v26,v10,v11,0b10 ; A[4][1..2]
209 vpermdi v28,v11,v12,0b10 ; A[4][3..4]
210 vpermdi v29,v10,v10,0b10 ; A[4][1..0]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1096 int64_t b10 = 2097151 & (load_3(b + 26) >> 2); local
1175 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 +
1177 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 +
1179 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 +
1181 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 +
1183 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 +
1185 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 +
1188 a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5;
1189 s17 = a6 * b11 + a7 * b10 + a8 * b9 + a9 * b8 + a10 * b7 + a11 * b6;
1190 s18 = a7 * b11 + a8 * b10
[all...]
/freebsd-current/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c215 case 0b10:
397 case 0b10:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2008 case 0b10'010: // c.lwsp (rd != x0)
2010 case 0b10'011: // c.ldsp (rd != x0)
2015 case 0b10'011: // c.flwsp
2022 case 0b10'001: // c.fldsp
2026 case 0b10'110: // c.swsp
2029 case 0b10'111: // c.fswsp / c.sdsp
2033 case 0b10'101: // c.fsdsp
/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c4994 int64_t b10 = kBottom21Bits & (load_3(b + 26) >> 2); local
5066 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0;
5067 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0;
5068 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1;
5069 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2;
5070 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a11 * b3;
5071 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 + a11 * b4;
5072 s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5;
5073 s17 = a6 * b11 + a7 * b10 + a8 * b9 + a9 * b8 + a10 * b7 + a11 * b6;
5074 s18 = a7 * b11 + a8 * b10
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppc.pl1763 vpermdi $H0,$ACC0,$ACC0,0b10
1764 vpermdi $H1,$ACC1,$ACC1,0b10
1765 vpermdi $H2,$ACC2,$ACC2,0b10
1766 vpermdi $H3,$ACC3,$ACC3,0b10
1767 vpermdi $H4,$ACC4,$ACC4,0b10
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp212 NontemporalMode += 0b10;
H A DRISCVISelDAGToDAG.cpp2184 if (NontemporalLevel & 0b10)
H A DRISCVISelLowering.cpp20301 if (NontemporalLevel & 0b10)
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1231 // In Verilog in a based number literal like `'b10`, there may be
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp136 Val_GNU_Power_ABI_SoftFloat_DP = 0b10,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1049 ENC_FLOATING_FUNCTION = 0b10,
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S691 .cfi_offset b10, -104
H A Db3_aarch64_sse2.S647 .cfi_offset b10, -120
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3013 ArmOutZA = 0b10,
3018 ArmOutZT0 = 0b10 << 2,

Completed in 602 milliseconds