Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dsha512_generic.c88 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() function
/openbmc/linux/lib/crypto/
H A Dsha256.c54 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function
/openbmc/u-boot/lib/
H A Dsha512.c130 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() function
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h200 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h209 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro