Searched refs:LOAD_OP (Results 1 – 2 of 2) sorted by relevance
209 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro212 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1))213 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2))
130 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() function160 LOAD_OP(i + j, W, input); in sha512_transform()