Home
last modified time | relevance | path

Searched refs:LOAD_OP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dsha256.c54 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
79 LOAD_OP(i + 0, W, input); in sha256_transform()
80 LOAD_OP(i + 1, W, input); in sha256_transform()
81 LOAD_OP(i + 2, W, input); in sha256_transform()
82 LOAD_OP(i + 3, W, input); in sha256_transform()
83 LOAD_OP(i + 4, W, input); in sha256_transform()
84 LOAD_OP(i + 5, W, input); in sha256_transform()
85 LOAD_OP(i + 6, W, input); in sha256_transform()
86 LOAD_OP(i + 7, W, input); in sha256_transform()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h209 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro
212 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1))
213 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2))
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h200 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro
203 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1))
204 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2))
/openbmc/linux/crypto/
H A Dsha512_generic.c88 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() function
118 LOAD_OP(i + j, W, input); in sha512_transform()
/openbmc/u-boot/lib/
H A Dsha512.c130 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() function
160 LOAD_OP(i + j, W, input); in sha512_transform()