Home
last modified time | relevance | path

Searched refs:x13 (Results 1 – 25 of 170) sorted by relevance

1234567

/openbsd/src/usr.bin/file/magdir/
Dacorn39 0 string \x02\x01\x13\x13\x13\x01\x0d\x10 Digital Symphony sound sample (RISC OS),
50 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
Dos962 >0x13 byte 1 machine language
63 >0x13 byte 2 BASIC I-code
64 >0x13 byte 3 Pascal P-code
65 >0x13 byte 4 C I-code
66 >0x13 byte 5 COBOL I-code
67 >0x13 byte 6 Fortran I-code
Dti-8x32 >0x00003B byte 0x13 (backup)
67 >0x00003B byte 0x13 (backup)
85 >0x00003B byte 0x13 (backup)
111 >0x00003B byte 0x13 (range)
144 >0x00003B byte 0x13 (range)
167 >0x000048 byte 0x13 (function)
185 >0x000048 byte 0x13 (function)
202 >0x000048 byte 0x13 (function)
/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
136 x13 = j13; in chacha_encrypt_bytes()
141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes()
204 U32TO8_LITTLE(c + 52,x13); 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
134 x13 = j13; in chacha_encrypt_bytes()
139 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
144 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
160 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
177 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes()
200 U32TO8_LITTLE(c + 52,x13); 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
136 x13 = j13; in chacha_encrypt_bytes()
141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes()
204 U32TO8_LITTLE(c + 52,x13); 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
175 x13 = j13; in chacha_encrypt_bytes()
180 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes()
185 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
201 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
219 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes()
243 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
Dcurve25519.c264 const uint32_t x13 = in1[4]; in fe_add_impl() local
283 out[4] = (x13 + x31); in fe_add_impl()
306 const uint32_t x13 = in1[4]; in fe_sub_impl() local
325 out[4] = ((0x7fffffe + x13) - x31); in fe_sub_impl()
348 const uint32_t x13 = in1[4]; in fe_mul_impl() local
367 …(0x2 * (((uint64_t)x25 * x11) + ((uint64_t)x29 * x7)))) + ((uint64_t)x23 * x13)) + ((uint64_t)x31 … in fe_mul_impl()
368 …uint64_t x45 = (((((((uint64_t)x27 * x11) + ((uint64_t)x29 * x9)) + ((uint64_t)x25 * x13)) + ((uin… in fe_mul_impl()
369 … x11) + ((uint64_t)x25 * x15)) + ((uint64_t)x33 * x7))) + ((uint64_t)x27 * x13)) + ((uint64_t)x31 … in fe_mul_impl()
370 …uint64_t x47 = (((((((((uint64_t)x29 * x13) + ((uint64_t)x31 * x11)) + ((uint64_t)x27 * x15)) + ((… in fe_mul_impl()
371 …uint64_t x48 = (((((((uint64_t)x31 * x13) + (0x2 * (((((uint64_t)x29 * x15) + ((uint64_t)x33 * x11… in fe_mul_impl()
[all …]
/openbsd/src/lib/libcrypto/chacha/
Dchacha-merged.c122 u32 x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
170 x13 = j13; in chacha_encrypt_bytes()
175 QUARTERROUND(x1, x5, x9, x13) in chacha_encrypt_bytes()
180 QUARTERROUND(x2, x7, x8, x13) in chacha_encrypt_bytes()
196 x13 = PLUS(x13, j13); in chacha_encrypt_bytes()
214 U32TO8_LITTLE(x->ks + 52, x13); in chacha_encrypt_bytes()
232 x13 = XOR(x13, U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes()
258 U32TO8_LITTLE(c + 52, x13); in chacha_encrypt_bytes()
/openbsd/src/sys/arch/arm64/arm64/
Dlocore0.S304 1: orr x13, x12, x9, lsl #PAGE_SHIFT
307 str x13, [x6, x11, lsl #3]
341 1: orr x13, x12, x9, lsl #PAGE_SHIFT
344 str x13, [x6, x11, lsl #3]
380 1: orr x13, x12, x9, lsl #L2_SHIFT
383 str x13, [x6, x11, lsl #3]
Dexception.S49 stp x12, x13, [sp, #(TF_X + 12 * 8)]
89 ldp x12, x13, [sp, #(TF_X + 12 * 8)]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
Dscope02.C128 X x13 (68); in main()
129 px = &x13; in main()
/openbsd/src/usr.bin/signify/
Dge25519_base.data31 …, 0xfd, 0x46, 0xe8, 0xb8, 0xa8, 0x79, 0x1d, 0x87, 0xf9, 0x90, 0xf2, 0x9c, 0x13, 0x29, 0xf8, 0x0b, …
36 …{{0x1c, 0x59, 0x1c, 0x65, 0x5d, 0x34, 0xa4, 0x09, 0xcd, 0x13, 0x9c, 0x70, 0x7d, 0xb1, 0x2a, 0xc5, …
47 {{{0xf7, 0x17, 0x13, 0xbd, 0xfb, 0xbc, 0xd2, 0xec, 0x45, 0xb3, 0x15, 0x31, 0xe9, 0xaf, 0x82, 0x84, …
51 … 0x2f, 0x8e, 0x00, 0x92, 0x26, 0x4f, 0x52, 0xeb, 0x47, 0x1b, 0x89, 0x8b, 0x24, 0xc0, 0x13, 0x7d}} ,
55 {{{0x64, 0x1d, 0x49, 0x13, 0x2f, 0x71, 0xec, 0x69, 0x87, 0xd0, 0x42, 0xee, 0x13, 0xec, 0xe3, 0xed, …
58 …, 0x78, 0xaa, 0x29, 0x03, 0xc8, 0x74, 0x95, 0x03, 0x3e, 0xdc, 0xbd, 0x07, 0x13, 0xa8, 0xa2, 0x20, …
63 …, 0x34, 0xe1, 0x9f, 0xa3, 0x54, 0xcd, 0x07, 0xca, 0x79, 0x1f, 0x54, 0x2f, 0x13, 0x70, 0x4e, 0xee, …
67 …, 0xd8, 0x32, 0xd5, 0xd1, 0x11, 0x28, 0x60, 0x63, 0x36, 0x32, 0x37, 0xb5, 0x13, 0x1c, 0xa0, 0x37, …
83 …, 0x33, 0x8f, 0x68, 0xff, 0x1f, 0x3d, 0x73, 0x6b, 0xbf, 0x68, 0xcc, 0x7d, 0x13, 0x6c, 0x24, 0x4b, …
93 …, 0x7d, 0xa0, 0xc5, 0xd6, 0xb1, 0xb0, 0xe5, 0x57, 0x1b, 0x5b, 0xf5, 0x45, 0x13, 0x14, 0x64, 0x5a, …
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_tag_mismatch_riscv64.S105 sd x13, 104(sp)
Dhwasan_tag_mismatch_aarch64.S135 stp x12, x13, [sp, #96]
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/ucm/
Dctrl.ucm29 <U0013> \x13 |0 # <control>
DmacUkraine.ucm32 <U0013> \x13 |0 # <control>
/openbsd/src/gnu/llvm/lldb/source/Utility/
DARM64_ehframe_Registers.h32 x13, enumerator
DARM64_DWARF_Registers.h30 x13, enumerator
/openbsd/src/regress/sys/kern/extent/
Dtests90 # 0x10 - 0x13
96 alloc_subregion 0x10 0x13 0x4
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterFallback.cpp29 R64(x7), R64(x8), R64(x9), R64(x10), R64(x11), R64(x12), R64(x13), in GetRegisters_aarch64()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td81 0x13>,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfos_riscv64.h84 DEFINE_GPR64_ALT(a3, x13, LLDB_REGNUM_GENERIC_ARG4),
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def26 ELF_RELOC(R_ARM_TLS_TPOFF32, 0x13)
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrFormats.td743 let Inst{31-26} = 0x13;
759 let Inst{31-26} = 0x13;
774 let Inst{31-26} = 0x13;

1234567