Home
last modified time | relevance | path

Searched refs:x28 (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/freebsd/sys/crypto/openssl/aarch64/
H A Dsha512-armv8.S86 stp x27,x28,[sp,#80]
101 eor x28,x21,x22 // magic seed
119 and x28,x28,x19 // (b^c)&=(a^b)
121 eor x28,x28,x21 // Maj(a,b,c)
123 add x27,x27,x28 // h+=Maj(a,b,c)
124 ldr x28,[x30],#8 // *K++, x19 in next round
132 add x26,x26,x28 // h+=K[i]
135 bic x28,x25,x23
137 orr x17,x17,x28 // Ch(e,f,g)
138 eor x28,x27,x20 // a^b, b^c in next round
[all …]
H A Dkeccak1600-armv8.S42 adrp x28,iotas
43 add x28,x28,#:lo12:iotas
44 stp x28,x30,[sp,#16] // 32 bytes on top are mine
52 eor x28,x2,x7
57 eor x28,x28,x12
62 eor x28,x28,x17
66 eor x28,x28,x22
71 eor x9,x26,x28,ror#63
80 eor x28,x28,x4,ror#63
96 eor x26, x3,x28 // mov x26,x3
[all …]
H A Darmv8-mont.S944 stp x27,x28,[sp,#80]
1198 adc x28,xzr,xzr // carry bit, modulo-scheduled
1219 adc x28,x28,xzr
1233 adcs x26,x28,x17
1371 mul x28,x4,x19 // t[0]*n0
1386 mul x15,x7,x28
1388 mul x16,x8,x28
1389 str x28,[x2],#8 // put aside t[0]*n0 for tail processing
1390 mul x17,x9,x28
1393 mul x14,x10,x28
[all …]
H A Dchacha-armv8.S49 stp x27,x28,[sp,#80]
55 ldp x28,x30,[x4] // load counter
61 ror x28,x28,#32
79 lsr x19,x28,#32
198 add x19,x19,x28,lsr#32
237 add x28,x28,#1 // increment counter
250 ldp x27,x28,[x29,#80]
307 ldp x27,x28,[x29,#80]
365 stp x27,x28,[sp,#80]
376 ldp x28,x30,[x4] // load counter
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha512-armv8.S95 stp x27,x28,[sp,#80]
109 eor x28,x21,x22 // magic seed
127 and x28,x28,x19 // (b^c)&=(a^b)
129 eor x28,x28,x21 // Maj(a,b,c)
131 add x27,x27,x28 // h+=Maj(a,b,c)
132 ldr x28,[x30],#8 // *K++, x19 in next round
140 add x26,x26,x28 // h+=K[i]
143 bic x28,x25,x23
145 orr x17,x17,x28 // Ch(e,f,g)
146 eor x28,x27,x20 // a^b, b^c in next round
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dxilinx67 >>0x28 lelong 0x00000000 \b, unencrypted
68 >>0x28 lelong 0xA5C3C5A5 \b, black key in efuse
69 >>0x28 lelong 0xA5C3C5A7 \b, obfuscated key in efuse
70 >>0x28 lelong 0x3A5C3C5A \b, red key in bbram
71 >>0x28 lelong 0xA5C3C5A3 \b, efuse red key in efuse
72 >>0x28 lelong 0xA35C7CA5 \b, obfuscated key in boot header
73 >>0x28 lelong 0xA3A5C3C5 \b, user key in boot header
74 >>0x28 lelong 0xA35C7C53 \b, black key in boot header
/freebsd/contrib/libcbor/test/data/
H A Dpretty.cbor2x28, 0x5F, 0x20, 0x68, 0x27, 0x30, 0x31, 0x27, 0x2C, 0x20, 0x68, 0x27, 0x30, 0x32, 0x27, 0x29, 0x2…
/freebsd/stand/fonts/
H A DMakefile17 14x28.fnt.gz \
46 14x28.fnt.gz: 14x28.fnt
83 14x28.fnt: ter-u28n.bdf ter-u28b.bdf
H A DINDEX.fonts56 14x28.fnt:en:Terminus BSD Console, size 28
57 14x28.fnt:da:Terminus BSD-konsol, størrelse 28
58 14x28.fnt:de:Terminus BSD Console, Größe 28
/freebsd/sys/arm64/arm64/
H A Dswtch.S127 ldp x27, x28, [x4, #PCB_REGS + (PCB_X19 + 8) * 8]
152 stp x27, x28, [x4, #PCB_REGS + (PCB_X19 + 8) * 8]
222 ldp x27, x28, [x4, #PCB_REGS + (PCB_X19 + 8) * 8]
277 ldp x28, x29, [sp, #TF_X + 28 * 8]
293 stp x27, x28, [x0, #PCB_REGS + (PCB_X19 + 8) * 8]
H A Defirt_support.S42 stp x27, x28, [sp, #(10 * 8)]
81 ldp x27, x28, [sp, #(10 * 8)]
H A Dlocore.S523 ldr x28, =(get_load_phys_addr - KERNBASE)
527 sub x28, x29, x28
700 add x9, x28, x15
708 add x9, x28, x15
727 mov x9, x28
741 add x9, x28, x10
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_aarch64.S57 stp x27, x28, [x0], #16
75 ldp x27, x28, [x0], #16
/freebsd/crypto/openssl/test/
H A Dml_dsa.inc72 0x65, 0x41, 0x41, 0x51, 0x78, 0x43, 0x80, 0x76, 0x27, 0x22, 0x45, 0x66, 0x34, 0x14, 0x26, 0x28,
79 0x06, 0x62, 0x64, 0x16, 0x05, 0x03, 0x30, 0x36, 0x28, 0x80, 0x88, 0x00, 0x42, 0x83, 0x71, 0x12,
81 0x42, 0x63, 0x13, 0x22, 0x18, 0x28, 0x37, 0x26, 0x52, 0x06, 0x68, 0x21, 0x45, 0x23, 0x85, 0x41,
85 0x00, 0x26, 0x85, 0x10, 0x28, 0x61, 0x28, 0x54, 0x10, 0x48, 0x65, 0x25, 0x32, 0x66, 0x37, 0x35,
86 0x31, 0x84, 0x25, 0x32, 0x82, 0x22, 0x80, 0x15, 0x07, 0x84, 0x75, 0x04, 0x11, 0x17, 0x21, 0x28,
90 0x81, 0x67, 0x71, 0x64, 0x27, 0x31, 0x48, 0x33, 0x76, 0x20, 0x65, 0x05, 0x06, 0x31, 0x87, 0x28,
96 0x28, 0x66, 0x17, 0x03, 0x71, 0x70, 0x74, 0x06, 0x23, 0x47, 0x11, 0x35, 0x07, 0x03, 0x53, 0x01,
103 0x11, 0x30, 0x03, 0x23, 0x62, 0x84, 0x70, 0x58, 0x28, 0x18, 0x75, 0x20, 0x16, 0x54, 0x20, 0x71,
105 0x10, 0x43, 0x24, 0x28, 0x53, 0x14, 0x11, 0x53, 0x85, 0x78, 0x27, 0x07, 0x68, 0x73, 0x46, 0x22,
106 0x77, 0x47, 0x14, 0x25, 0x58, 0x68, 0x72, 0x56, 0x25, 0x18, 0x58, 0x66, 0x51, 0x68, 0x28, 0x82,
[all …]
H A Ddhkem_test.inc73 0x37, 0xfd, 0xa3, 0x56, 0x7b, 0xdb, 0xd6, 0x28,
91 0x37, 0xfd, 0xa3, 0x56, 0x7b, 0xdb, 0xd6, 0x28,
112 0xca, 0xa8, 0xb1, 0xff, 0xdf, 0x28, 0x61, 0x80,
149 0x59, 0x28, 0x02, 0x0a, 0xf4, 0x68, 0x6d, 0x8f,
151 0x1f, 0x5a, 0xa2, 0x28, 0x16, 0xce, 0x86, 0x0e
167 0x2b, 0x24, 0x9c, 0xe5, 0x9a, 0x77, 0x28, 0x14,
193 0x0d, 0x87, 0xf1, 0xeb, 0xbd, 0xe6, 0xf3, 0x28,
240 0x4c, 0x94, 0xdd, 0x28, 0x98, 0xde, 0x12, 0x05,
288 0x28, 0x47
303 0x4c, 0x94, 0xdd, 0x28, 0x98, 0xde, 0x12, 0x05,
[all …]
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc394 0x79, 0x66, 0xa0, 0x38, 0x22, 0x28, 0x1e, 0xa3,
471 0x73, 0x08, 0x90, 0x60, 0x2c, 0x28, 0x9a, 0x50,
478 0x84, 0x54, 0x9d, 0xff, 0x28, 0xa4, 0xb5, 0x8f,
479 0xd8, 0x37, 0x68, 0x1a, 0x51, 0xd9, 0x28, 0xc3,
482 0x60, 0x5f, 0x28, 0x47, 0x8c, 0x58, 0xcf, 0x72,
502 0xd4, 0x1c, 0xa2, 0x99, 0xd4, 0xe5, 0x19, 0x28,
516 0x37, 0x05, 0xD9, 0x60, 0x80, 0xC1, 0x77, 0x28,
573 0x29, 0x48, 0xA2, 0x5B, 0x28, 0x34, 0x20, 0x06,
587 0x28, 0x11, 0x38, 0xA1, 0xBC, 0xFA, 0x38, 0x03,
593 0xB1, 0xF6, 0x79, 0xBA, 0x67, 0x48, 0x28, 0x79,
[all …]
/freebsd/sys/arm64/vmm/
H A Dvmm_hyp_exception.S44 stp x28, x29, [sp, #(28 * 8)]
77 ldp x28, x29, [sp, #(28 * 8)]
102 stp x28, x29, [x0, #(TF_X + 28 * 8)]
121 ldp x28, x29, [x0, #(TF_X + 28 * 8)]
/freebsd/lib/libc/aarch64/gen/
H A D_setjmp.S46 stp x27, x28, [x0], #16
81 ldp x27, x28, [x0], #16
H A Dsetjmp.S58 stp x27, x28, [x0], #16
105 ldp x27, x28, [x0], #16
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zc1232-revA.dts56 ceva,p0-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
60 ceva,p1-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls2088a.dtsi149 <0x28 0x00000000 0x0 0x00002000>; /* configuration space */
151 ranges = <0x81000000 0x0 0x00000000 0x28 0x00010000 0x0 0x00010000
152 0x82000000 0x0 0x40000000 0x28 0x40000000 0x0 0x40000000>;
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519_fiat.h163 uint64_t x28; in fiat_25519_carry_mul() local
215 x28 = (uint64_t)(x26 & UINT64_C(0x7ffffffffffff)); in fiat_25519_carry_mul()
233 x46 = (x28 + x45); in fiat_25519_carry_mul()
282 fiat_25519_uint128 x28; in fiat_25519_carry_square() local
332 x28 = (x20 + (x17 + x9)); in fiat_25519_carry_square()
341 x37 = (x35 + x28); in fiat_25519_carry_square()
513 uint8_t x28; in fiat_25519_to_bytes() local
594 x28 = (uint8_t)(x27 & UINT8_C(0xff)); in fiat_25519_to_bytes()
659 out1[1] = x28; in fiat_25519_to_bytes()
729 uint64_t x28; in fiat_25519_from_bytes() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dsysv_reenter.arm64.S22 stp x27, x28, [sp, #-16]!
96 ldp x27, x28, [sp], #16
H A Delfnix_tls.aarch64.S26 stp x27, x28, [sp, #16 * 2]
89 ldp x27, x28, [sp, #16 * 2]
H A Dmacho_tlv.arm64.S25 stp x27, x28, [sp, #16 * 2]
87 ldp x27, x28, [sp, #16 * 2]

12345678910>>...24