Lines Matching refs:mftc0
310 _ASM_MACRO_2R_1S(mftc0, rs, rt, sel, \
317 #define mftc0(rt, sel) \ macro
426 #define read_vpe_c0_vpecontrol() mftc0($1, 1)
428 #define read_vpe_c0_vpeconf0() mftc0($1, 2)
430 #define read_vpe_c0_vpeconf1() mftc0($1, 3)
432 #define read_vpe_c0_count() mftc0($9, 0)
434 #define read_vpe_c0_status() mftc0($12, 0)
436 #define read_vpe_c0_cause() mftc0($13, 0)
438 #define read_vpe_c0_config() mftc0($16, 0)
440 #define read_vpe_c0_config1() mftc0($16, 1)
442 #define read_vpe_c0_config7() mftc0($16, 7)
444 #define read_vpe_c0_ebase() mftc0($15, 1)
447 #define read_vpe_c0_badvaddr() mftc0($8, 0)
448 #define read_vpe_c0_epc() mftc0($14, 0)
453 #define read_tc_c0_tcstatus() mftc0($2, 1)
455 #define read_tc_c0_tcbind() mftc0($2, 2)
457 #define read_tc_c0_tcrestart() mftc0($2, 3)
459 #define read_tc_c0_tchalt() mftc0($2, 4)
461 #define read_tc_c0_tccontext() mftc0($2, 5)