Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha256.c64 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
91 LOAD_OP(i + 0, W, input); in sha256_block_generic()
92 LOAD_OP(i + 1, W, input); in sha256_block_generic()
93 LOAD_OP(i + 2, W, input); in sha256_block_generic()
94 LOAD_OP(i + 3, W, input); in sha256_block_generic()
95 LOAD_OP(i + 4, W, input); in sha256_block_generic()
96 LOAD_OP(i + 5, W, input); in sha256_block_generic()
97 LOAD_OP(i + 6, W, input); in sha256_block_generic()
98 LOAD_OP(i + 7, W, input); in sha256_block_generic()
/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))