Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha512_generic.c88 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() function
/linux/lib/crypto/
H A Dsha256.c54 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
/linux/arch/arm/nwfpe/
H A Dfpopcode.h200 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro