Ver código fonte

waterDataFluctuationCorrelation definitionOfFireSuppressionFluctuation.h 朱涛 commit at 2021-04-21

朱涛 4 anos atrás
pai
commit
2f99b489f8

+ 5 - 0
waterDataFluctuationCorrelation/dataSharedMemory/definitionOfFireSuppressionFluctuation.h

@@ -415,3 +415,8 @@ union mips_instruction {
 #define MIPSInst_FMA_FUNC(x) ((MIPSInst(x) & 0x0000003c) >> I_FMA_FUNC_SFT)
 
 #define I_FMA_FFMT_SFT	0
+#define MIPSInst_FMA_FFMT(x) (MIPSInst(x) & 0x00000003)
+
+typedef unsigned int mips_instruction;
+
+#endif /* _ASM_INST_H */