Searched refs:LOAD_OP (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/nwfpe/ |
D | fpopcode.h | 212 #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/ |
D | sha512_generic.c | 93 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()
|
D | sha256_generic.c | 61 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/ |
D | sha256.c | 38 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()
|