Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h209 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro
212 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1))
213 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2))
/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
160 LOAD_OP(i + j, W, input); in sha512_transform()