Searched refs:mttc0 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
H A Dmipsmtregs.h164 #define mttc0(rd, sel, v) ({ __asm__ __volatile__( " .set push \n" " .set mips32r2 \n" " .set noat \n" " move $1, %0 \n" " # mttc0 %0," #rd ", " #sel " \n" " .word 0x41810000 | (" #rd " << 11) | " #sel " \n" " .set pop \n" : : "r" (v)); }) macro
169 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val)
171 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val)
174 #define write_vpe_c0_count(val) mttc0(9, 0, val)
176 #define write_vpe_c0_status(val) mttc0(12, 0, val)
179 #define write_vpe_c0_cause(val) mttc0(13, 0, val)
181 #define write_vpe_c0_config(val) mttc0(16, 0, val)
184 #define write_vpe_c0_config1(val) mttc0(16, 1, val)
186 #define write_vpe_c0_config7(val) mttc0(1
[all...]

Completed in 19 milliseconds