Searched refs:MIPS64_NUM_CORE_C0_REGS (Results 1 – 3 of 3) sorted by relevance
/dports/devel/openocd/openocd-0.11.0/src/target/ |
H A D | mips64_pracc.c | 950 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 0) * 8, 1), in mips64_pracc_write_regs() 952 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 1) * 8, 1), in mips64_pracc_write_regs() 954 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 2) * 8, 1), in mips64_pracc_write_regs() 956 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 3) * 8, 1), in mips64_pracc_write_regs() 958 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 4) * 8, 1), in mips64_pracc_write_regs() 960 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 5) * 8, 1), in mips64_pracc_write_regs() 962 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 6) * 8, 1), in mips64_pracc_write_regs() 964 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 7) * 8, 1), in mips64_pracc_write_regs() 966 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 8) * 8, 1), in mips64_pracc_write_regs() 968 MIPS64_LD(2, (MIPS64_NUM_CORE_C0_REGS + 9) * 8, 1), in mips64_pracc_write_regs() [all …]
|
H A D | mips64.c | 133 { MIPS64_NUM_CORE_C0_REGS + 0, "f0", REG_TYPE_IEEE_DOUBLE, NULL, 135 { MIPS64_NUM_CORE_C0_REGS + 1, "f1", REG_TYPE_IEEE_DOUBLE, NULL, 137 { MIPS64_NUM_CORE_C0_REGS + 2, "f2", REG_TYPE_IEEE_DOUBLE, NULL, 139 { MIPS64_NUM_CORE_C0_REGS + 3, "f3", REG_TYPE_IEEE_DOUBLE, NULL, 141 { MIPS64_NUM_CORE_C0_REGS + 4, "f4", REG_TYPE_IEEE_DOUBLE, NULL, 143 { MIPS64_NUM_CORE_C0_REGS + 5, "f5", REG_TYPE_IEEE_DOUBLE, NULL, 197 { MIPS64_NUM_CORE_C0_REGS + 32, "fcsr", REG_TYPE_INT, "float", 199 { MIPS64_NUM_CORE_C0_REGS + 33, "fir", REG_TYPE_INT, "float", 203 { MIPS64_NUM_CORE_C0_REGS + 35, "fccr", REG_TYPE_INT, "float", 205 { MIPS64_NUM_CORE_C0_REGS + 36, "fexr", REG_TYPE_INT, "float", [all …]
|
H A D | mips64.h | 73 #define MIPS64_NUM_CORE_C0_REGS (MIPS64_NUM_CORE_REGS + MIPS64_NUM_C0_REGS) macro
|