Home
last modified time | relevance | path

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

/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/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h209 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro