Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/nwfpe/
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))
/kernel/linux/linux-5.10/crypto/
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()
/kernel/linux/linux-5.10/lib/crypto/
Dsha256.c36 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
54 LOAD_OP(i, W, input); in sha256_transform()