Searched refs:w28 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha256-armv8.S | 84 eor w28,w21,w22 // magic seed 102 and w28,w28,w19 // (b^c)&=(a^b) 104 eor w28,w28,w21 // Maj(a,b,c) 106 add w27,w27,w28 // h+=Maj(a,b,c) 107 ldr w28,[x30],#4 // *K++, w19 in next round 115 add w26,w26,w28 // h+=K[i] 118 bic w28,w25,w23 120 orr w17,w17,w28 // C [all...] |
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | sha256-armv8.S | 102 eor w28,w21,w22 // magic seed 120 and w28,w28,w19 // (b^c)&=(a^b) 122 eor w28,w28,w21 // Maj(a,b,c) 124 add w27,w27,w28 // h+=Maj(a,b,c) 125 ldr w28,[x30],#4 // *K++, w19 in next round 133 add w26,w26,w28 // h+=K[i] 136 bic w28,w25,w23 138 orr w17,w17,w28 // Ch(e,f,g) 139 eor w28,w27,w20 // a^b, b^c in next round 145 and w19,w19,w28 // (b^c)&=(a^b) [all …]
|
H A D | sha1-armv8.S | 35 movz w28,#0x7999 37 movk w28,#0x5a82,lsl#16 43 add w24,w24,w28 // warm it up 50 add w23,w23,w28 // future e+=K 64 add w22,w22,w28 // future e+=K 75 add w21,w21,w28 // future e+=K 89 add w20,w20,w28 // future e+=K 100 add w24,w24,w28 // future e+=K 114 add w23,w23,w28 // future e+=K 125 add w22,w22,w28 // future e+=K [all …]
|
H A D | chacha-armv8.S | 74 mov w17,w28 193 add w17,w17,w28 376 mov w17,w28 645 add w17,w17,w28 970 mov w17,w28 1397 add w17,w17,w28 1452 mov w17,w28 1883 add w17,w17,w28
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContext_mips.h | 357 MSAReg w28; member
|
H A D | RegisterInfos_mips.h | 273 DEFINE_MSA(w28, nullptr, dwarf_w28_mips, dwarf_w28_mips,
|
H A D | RegisterInfos_arm64_sve.h | 408 DEFINE_GPR32(w28, x28),
|
H A D | RegisterInfos_arm64.h | 613 DEFINE_GPR32(w28, x28),
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_aarch64_neon_common.h | 579 register unsigned char w28 asm("v28") __attribute__((vector_size(16))); \ 652 unsigned char w28 __attribute__((vector_size(16))); \
|
H A D | vdev_raidz_math_powerpc_altivec_common.h | 581 register unsigned char w28 asm("28") __attribute__((vector_size(16))); \ 654 unsigned char w28 __attribute__((vector_size(16))); \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 94 def W28 : AArch64Reg<28, "w28">, DwarfRegNum<[28]>;
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/ |
H A D | b3_aarch64_sse2.S | 642 .cfi_offset w28, -80
|