Home
last modified time | relevance | path

Searched refs:MIPS64_NUM_CORE_REGS (Results 1 – 3 of 3) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dmips64.c65 { MIPS64_NUM_CORE_REGS + 0, "pc", REG_TYPE_UINT64, NULL,
67 { MIPS64_NUM_CORE_REGS + 1, "Random", REG_TYPE_UINT32, NULL,
73 { MIPS64_NUM_CORE_REGS + 4, "Context", REG_TYPE_UINT64, NULL,
77 { MIPS64_NUM_CORE_REGS + 6, "Wired", REG_TYPE_UINT32, NULL,
81 { MIPS64_NUM_CORE_REGS + 8, "Count", REG_TYPE_UINT32, NULL,
89 { MIPS64_NUM_CORE_REGS + 12, "cause", REG_TYPE_UINT32, NULL,
91 { MIPS64_NUM_CORE_REGS + 13, "EPC", REG_TYPE_UINT64, NULL,
93 { MIPS64_NUM_CORE_REGS + 14, "PrID", REG_TYPE_UINT32, NULL,
97 { MIPS64_NUM_CORE_REGS + 16, "LLA", REG_TYPE_UINT32, NULL,
121 { MIPS64_NUM_CORE_REGS + 28, "ECC", REG_TYPE_UINT32, NULL,
[all …]
H A Dmips64_pracc.c879 MIPS64_LD(2, MIPS64_NUM_CORE_REGS * 8, 1), in mips64_pracc_write_regs()
881 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 2) * 8, 1), in mips64_pracc_write_regs()
883 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 3) * 8, 1), in mips64_pracc_write_regs()
885 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 4) * 8, 1), in mips64_pracc_write_regs()
887 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 5) * 8, 1), in mips64_pracc_write_regs()
889 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 6) * 8, 1), in mips64_pracc_write_regs()
891 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 8) * 8, 1), in mips64_pracc_write_regs()
893 MIPS64_LD(2, (MIPS64_NUM_CORE_REGS + 9) * 8, 1), in mips64_pracc_write_regs()
1098 MIPS64_SD(2, MIPS64_NUM_CORE_REGS * 8, 1), in mips64_pracc_read_regs()
1100 MIPS64_SD(2, (MIPS64_NUM_CORE_REGS + 1) * 8, 1), in mips64_pracc_read_regs()
[all …]
H A Dmips64.h65 #define MIPS64_NUM_CORE_REGS 34 macro
69 #define MIPS64_NUM_REGS (MIPS64_NUM_CORE_REGS + \
73 #define MIPS64_NUM_CORE_C0_REGS (MIPS64_NUM_CORE_REGS + MIPS64_NUM_C0_REGS)
75 #define MIPS64_PC MIPS64_NUM_CORE_REGS