Searched refs:C0_TAGLO (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
D | m32c0.h | 461 #define C0_TAGLO $28 macro 558 #define C0_TAGLO 28 668 #define mips32_getitaglo() _mips_mfc0(C0_TAGLO) /* alias define */ 669 #define mips32_setitaglo(x) _mips_mtc0(C0_TAGLO,x) /* alias define */ 670 #define mips32_xchitaglo(x) _mips_mxc0(C0_TAGLO,x) /* alias define */ 671 #define mips32_getdtaglo() _m32c0_mfc0(C0_TAGLO,2) 672 #define mips32_setdtaglo(x) _m32c0_mtc0(C0_TAGLO,2,x) 673 #define mips32_xchdtaglo(x) _m32c0_mxc0(C0_TAGLO,2,x) 674 #define mips32_gettaglo2() _m32c0_mfc0(C0_TAGLO,4) 675 #define mips32_settaglo2(x) _m32c0_mtc0(C0_TAGLO,4,x) [all …]
|
D | init_caches2.S | 78 mtc0 zero, C0_TAGLO // Clear C0_ITagLo to invalidate entry 114 mtc0 zero, C0_TAGLO, 2 // Clear C0_DTagLo to invalidate entry 179 mtc0 zero, C0_TAGLO, 4 216 mtc0 zero, C0_TAGLO, 4
|
D | init_L23caches.S | 150 mtc0 zero, C0_TAGLO, 4 189 mtc0 zero, C0_TAGLO, 4
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | m32c0.h | 461 #define C0_TAGLO $28 macro 558 #define C0_TAGLO 28 668 #define mips32_getitaglo() _mips_mfc0(C0_TAGLO) /* alias define */ 669 #define mips32_setitaglo(x) _mips_mtc0(C0_TAGLO,x) /* alias define */ 670 #define mips32_xchitaglo(x) _mips_mxc0(C0_TAGLO,x) /* alias define */ 671 #define mips32_getdtaglo() _m32c0_mfc0(C0_TAGLO,2) 672 #define mips32_setdtaglo(x) _m32c0_mtc0(C0_TAGLO,2,x) 673 #define mips32_xchdtaglo(x) _m32c0_mxc0(C0_TAGLO,2,x) 674 #define mips32_gettaglo2() _m32c0_mfc0(C0_TAGLO,4) 675 #define mips32_settaglo2(x) _m32c0_mtc0(C0_TAGLO,4,x) [all …]
|
D | init_caches2.mip | 78 mtc0 zero, C0_TAGLO // Clear C0_ITagLo to invalidate entry 114 mtc0 zero, C0_TAGLO, 2 // Clear C0_DTagLo to invalidate entry 179 mtc0 zero, C0_TAGLO, 4 216 mtc0 zero, C0_TAGLO, 4
|
D | init_L23caches.mip | 150 mtc0 zero, C0_TAGLO, 4 189 mtc0 zero, C0_TAGLO, 4
|