Searched defs:mips_def_t (Results 1 – 2 of 2) sorted by relevance
32 struct mips_def_t { struct33 const char *name;34 int32_t CP0_PRid;35 int32_t CP0_Config0;36 int32_t CP0_Config1;37 int32_t CP0_Config2;38 int32_t CP0_Config3;39 int32_t CP0_Config4;40 int32_t CP0_Config4_rw_bitmask;41 int32_t CP0_Config5;[all …]
127 typedef struct mips_def_t mips_def_t; typedef