Home
last modified time | relevance | path

Searched refs:W13 (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3.c35 W08, W09, W10, W11, W12, W13, W14, W15; in ossl_sm3_block_data_order() local
65 (void)HOST_c2l(data, W13); in ossl_sm3_block_data_order()
70 W00 = EXPAND(W00, W07, W13, W03, W10); in ossl_sm3_block_data_order()
76 W03 = EXPAND(W03, W10, W00, W06, W13); in ossl_sm3_block_data_order()
82 W06 = EXPAND(W06, W13, W03, W09, W00); in ossl_sm3_block_data_order()
87 R1(D, A, B, C, H, E, F, G, 0x988A32F3, W09, W09 ^ W13); in ossl_sm3_block_data_order()
90 W10 = EXPAND(W10, W01, W07, W13, W04); in ossl_sm3_block_data_order()
95 R1(D, A, B, C, H, E, F, G, 0x88A32F39, W13, W13 ^ W01); in ossl_sm3_block_data_order()
96 W13 = EXPAND(W13, W04, W10, W00, W07); in ossl_sm3_block_data_order()
102 W00 = EXPAND(W00, W07, W13, W03, W10); in ossl_sm3_block_data_order()
[all …]
H A Dsm3_local.h51 #define EXPAND(W0,W7,W13,W3,W10) \ argument
52 (P1(W0 ^ W7 ^ ROTATE(W13, 15)) ^ ROTATE(W3, 7) ^ W10)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp87 uint32_t W13 = InternalState.Buffer.L[13]; in hashBlock() local
95 F_EXPAND(E, F, G, H, A, B, C, D, W04, W02, W13, W05, 0x3956C25B); in hashBlock()
103 F_EXPAND(E, F, G, H, A, B, C, D, W12, W10, W05, W13, 0x72BE5D74); in hashBlock()
104 F_EXPAND(D, E, F, G, H, A, B, C, W13, W11, W06, W14, 0x80DEB1FE); in hashBlock()
106 F_EXPAND(B, C, D, E, F, G, H, A, W15, W13, W08, W00, 0xC19BF174); in hashBlock()
112 F_EXPAND(E, F, G, H, A, B, C, D, W04, W02, W13, W05, 0x2DE92C6F); in hashBlock()
120 F_EXPAND(E, F, G, H, A, B, C, D, W12, W10, W05, W13, 0xC6E00BF3); in hashBlock()
121 F_EXPAND(D, E, F, G, H, A, B, C, W13, W11, W06, W14, 0xD5A79147); in hashBlock()
123 F_EXPAND(B, C, D, E, F, G, H, A, W15, W13, W08, W00, 0x14292967); in hashBlock()
129 F_EXPAND(E, F, G, H, A, B, C, D, W04, W02, W13, W0 in hashBlock()
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am642-evm-icssg1-dualemac-mii.dtso53 AM64X_IOPAD(0x00d8, PIN_INPUT, 1) /* (W13) PRG1_PRU0_GPO8.PR1_MII0_RXLINK */
H A Dk3-am642-sk.dts311 AM64X_IOPAD(0x00d8, PIN_INPUT, 4) /* (W13) PRG1_PRU0_GPO8.RGMII1_RXC */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h45 case AArch64::X13: return AArch64::W13; in getWRegFromXReg()
85 case AArch64::W13: return AArch64::X13; in getXRegFromWReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp86 W0, W1, W2, W3, W4, W5, W6, W7, W8, W9, W10, W11, W12, W13, W14, W15, 0 in getCallerSavedRegs()
H A DHexagonRegisterInfo.td245 def W13 : Rd<26, "v27:26", [V26, V27, VF13]>, DwarfRegNum<[125]>;
278 def VQ6 : Rd<24, "v27:24", [W12, W13]>, DwarfRegNum<[258]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp88 {codeview::RegisterId::ARM64_W13, AArch64::W13}, in initLLVMToCVRegMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp441 markSuperRegs(Reserved, AArch64::W13); in getStrictlyReservedRegs()
H A DAArch64RegisterInfo.td79 def W13 : AArch64Reg<13, "w13">, DwarfRegNum<[13]>;
115 def X13 : AArch64Reg<13, "x13", [W13]>, DwarfRegAlias<W13>;
H A DAArch64CallingConvention.td528 W12, W13, W14, W9]>>,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp632 Hexagon::WR12, Hexagon::W13, Hexagon::WR13, Hexagon::W14, Hexagon::WR14, in DecodeHvxWRRegisterClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5328 if ((Reg == AArch64::W13 || Reg == AArch64::X13) || in validateInstruction()