Home
last modified time | relevance | path

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

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