Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/nwfpe/
Dfpopcode.h212 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro
215 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1))
216 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2))
/Linux-v4.19/crypto/
Dsha512_generic.c93 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() function
123 LOAD_OP(i + j, W, input); in sha512_transform()
Dsha256_generic.c61 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
79 LOAD_OP(i, W, input); in sha256_transform()
/Linux-v4.19/lib/
Dsha256.c38 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
56 LOAD_OP(i, W, input); in sha256_transform()