Home
last modified time | relevance | path

Searched refs:x12 (Results 1 – 25 of 197) sorted by relevance

12345678

/openbsd/src/sys/arch/arm64/arm64/
Dlocore0.S300 mov x12, #L0_TABLE
304 1: orr x13, x12, x9, lsl #PAGE_SHIFT
337 mov x12, #L1_TABLE
341 1: orr x13, x12, x9, lsl #PAGE_SHIFT
371 lsl x12, x7, #2
372 orr x12, x12, #L2_BLOCK
373 orr x12, x12, #(ATTR_nG | ATTR_AF | ATTR_SH(SH_INNER))
374 orr x12, x12, #ATTR_UXN
380 1: orr x13, x12, x9, lsl #L2_SHIFT
Daesv8-armx.S245 add x0,x2,x12,lsl#4 // end of key schedule
371 add x12,x3,#16*5
392 ld1 {v17.4s},[x12]
822 mov x12,#16
831 csel x12,xzr,x12,lo
1005 mov x12,#16
1006 csel x12,xzr,x12,lo
1100 mov x12,#16
1101 csel x12,xzr,x12,eq
1125 ld1 {v2.16b},[x0],x12
Dexception.S49 stp x12, x13, [sp, #(TF_X + 12 * 8)]
89 ldp x12, x13, [sp, #(TF_X + 12 * 8)]
/openbsd/src/usr.bin/file/magdir/
Dos972 >0x12 byte 1 program executable
73 >0x12 byte 2 subroutine
74 >0x12 byte 3 multi-module
75 >0x12 byte 4 data module
76 >0x12 byte 11 trap library
77 >0x12 byte 12 system module
78 >0x12 byte 13 file manager
79 >0x12 byte 14 device driver
80 >0x12 byte 15 device descriptor
Dti-8x110 >0x00003B byte 0x12 (program)
143 >0x00003B byte 0x12 (program)
166 >0x000048 byte 0x12 (program)
184 >0x000048 byte 0x12 (program)
201 >0x000048 byte 0x12 (program)
Dacorn50 0 string \x02\x01\x13\x13\x14\x12\x01\x0b Digital Symphony song (RISC OS),
59 0 string \x02\x01\x13\x13\x10\x14\x12\x0e
Dprinter105 >0x12 string ZZ Zenographics ZjStream printer data (big-endian)
107 >0x12 string ZZ Zenographics ZjStream printer data (little-endian)
/openbsd/src/libexec/ld.so/
Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
135 x12 = j12; in chacha_encrypt_bytes()
140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
203 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
/openbsd/src/usr.bin/ssh/
Dchacha.c89 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
133 x12 = j12; in chacha_encrypt_bytes()
138 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
143 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
159 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
176 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
199 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
/openbsd/src/lib/libc/crypt/
Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
135 x12 = j12; in chacha_encrypt_bytes()
140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
203 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
/openbsd/src/sys/crypto/
Dchacha_private.h130 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
174 x12 = j12; in chacha_encrypt_bytes()
179 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
184 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
200 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
218 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
242 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
Dcurve25519.c146 const uint32_t x12 = in1[5]; in fe_freeze() local
157 uint32_t x35; uint8_t/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze()
478 const uint32_t x12 = in1[5]; in fe_sqr_impl() local
489 uint64_t x24 = (0x2 * ((((uint64_t)x6 * x8) + ((uint64_t)x4 * x10)) + ((uint64_t)x2 * x12))); in fe_sqr_impl()
490 …uint64_t)x8 * x8) + ((uint64_t)x6 * x10)) + ((uint64_t)x2 * x14)) + ((uint64_t)(0x2 * x4) * x12))); in fe_sqr_impl()
491 …uint64_t x26 = (0x2 * (((((uint64_t)x8 * x10) + ((uint64_t)x6 * x12)) + ((uint64_t)x4 * x14)) + ((… in fe_sqr_impl()
492 …t64_t)x6 * x14) + ((uint64_t)x2 * x18)) + (0x2 * (((uint64_t)x4 * x16) + ((uint64_t)x8 * x12)))))); in fe_sqr_impl()
493 …uint64_t x28 = (0x2 * ((((((uint64_t)x10 * x12) + ((uint64_t)x8 * x14)) + ((uint64_t)x6 * x16)) + … in fe_sqr_impl()
494 …uint64_t x29 = (0x2 * (((((uint64_t)x12 * x12) + ((uint64_t)x10 * x14)) + ((uint64_t)x6 * x18)) + … in fe_sqr_impl()
495 …uint64_t x30 = (0x2 * (((((uint64_t)x12 * x14) + ((uint64_t)x10 * x16)) + ((uint64_t)x8 * x18)) + … in fe_sqr_impl()
[all …]
/openbsd/src/lib/libcrypto/chacha/
Dchacha-merged.c122 u32 x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
169 x12 = j12; in chacha_encrypt_bytes()
174 QUARTERROUND(x0, x4, x8, x12) in chacha_encrypt_bytes()
179 QUARTERROUND(x1, x6, x11, x12) in chacha_encrypt_bytes()
195 x12 = PLUS(x12, j12); in chacha_encrypt_bytes()
213 U32TO8_LITTLE(x->ks + 48, x12); in chacha_encrypt_bytes()
231 x12 = XOR(x12, U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
257 U32TO8_LITTLE(c + 48, x12); in chacha_encrypt_bytes()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_tag_mismatch_riscv64.S106 sd x12, 96(sp)
123 mv x12, sp
Dhwasan_tag_mismatch_aarch64.S135 stp x12, x13, [sp, #96]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
Dscope02.C124 X x12 (66); in main()
125 px = &x12; in main()
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dexabgp.attr.in54 route 10.12.5.0/24 next-hop self attribute [ 0x12 0xc0 0x02 ];
88 route 10.13.5.0/24 next-hop self attribute [ 0x12 0xc0 0x02 ];
Dexabgp.as0.test2.in69 …t-hop self as-path [ 64503 64505 ] aggregator 23456:127.0.0.1 attribute [ 0x12 0xc0 0x000000007f00…
/openbsd/src/regress/sbin/pfctl/
Dpf15.in10 match out proto icmp set tos 0x12
Dpf15.ok10 match out proto icmp all set (tos 0x12)
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/ucm/
Dctrl.ucm28 <U0012> \x12 |0 # <control>
DmacUkraine.ucm31 <U0012> \x12 |0 # <control>
/openbsd/src/usr.bin/signify/
Dge25519_base.data16 … 0xf7, 0x9e, 0x26, 0x60, 0x8e, 0xa1, 0x26, 0xa1, 0xab, 0x69, 0xee, 0x77, 0xd1, 0xb1, 0x67, 0x12}}},
26 …{{0xf1, 0x79, 0x7b, 0xed, 0x4f, 0x44, 0xb2, 0xe7, 0x08, 0x0d, 0xc2, 0x08, 0x12, 0xd2, 0x9f, 0xdf, …
28 …{{0x69, 0xd2, 0x06, 0x3a, 0x4f, 0x39, 0x2d, 0xf9, 0x38, 0x40, 0x8c, 0x4c, 0xe7, 0x05, 0x12, 0xb4, …
32 …{{0x26, 0x09, 0xda, 0x17, 0xaf, 0x95, 0xd6, 0xfb, 0x6a, 0x19, 0x0d, 0x6e, 0x5e, 0x12, 0xf1, 0x99, …
47 …, 0x82, 0x84, 0x3d, 0x28, 0xc6, 0xfc, 0x11, 0xf5, 0x41, 0xb5, 0x8b, 0xd3, 0x12, 0x76, 0x52, 0xe7, …
75 {{{0x74, 0xde, 0x12, 0xf3, 0x68, 0xb7, 0x66, 0xc3, 0xee, 0x68, 0xdc, 0x81, 0xb5, 0x55, 0x99, 0xab, …
108 …, 0xf8, 0xa1, 0x95, 0xdf, 0x8f, 0x2d, 0xbd, 0x21, 0x06, 0x7c, 0x15, 0xe8, 0x12, 0x6d, 0x93, 0xd6, …
121 {{{0x15, 0x7d, 0x12, 0x48, 0x82, 0x14, 0x42, 0xcd, 0x32, 0xd4, 0x4b, 0xc1, 0x72, 0x61, 0x2a, 0x8c, …
137 …, 0x85, 0x4d, 0x98, 0x31, 0x1e, 0x60, 0x4d, 0x87, 0x85, 0x04, 0xae, 0x46, 0x12, 0xf9, 0x8e, 0x7f, …
142 …, 0x87, 0x48, 0xff, 0xa1, 0xca, 0xe9, 0x15, 0x85, 0xdc, 0xdb, 0x2c, 0x39, 0x12, 0x91, 0xa9, 0x20, …
[all …]
/openbsd/src/gnu/llvm/lldb/source/Utility/
DARM64_ehframe_Registers.h31 x12, enumerator
DARM64_DWARF_Registers.h29 x12, enumerator

12345678