Lines Matching +defs:val +defs:previous

20 #define write_c0_mvpcontrol(val)	__write_32bit_c0_register($0, 1, val)  argument
26 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val) argument
29 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val) argument
32 #define write_c0_vpeconf1(val) __write_32bit_c0_register($1, 3, val) argument
35 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val) argument
39 #define write_c0_tchalt(val) __write_32bit_c0_register($2, 4, val) argument
42 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val) argument
240 static inline void evpe(int previous) in evpe()
294 static inline void emt(int previous) in emt()
427 #define write_vpe_c0_vpecontrol(val) mttc0($1, 1, val) argument
429 #define write_vpe_c0_vpeconf0(val) mttc0($1, 2, val) argument
431 #define write_vpe_c0_vpeconf1(val) mttc0($1, 3, val) argument
433 #define write_vpe_c0_count(val) mttc0($9, 0, val) argument
435 #define write_vpe_c0_status(val) mttc0($12, 0, val) argument
437 #define write_vpe_c0_cause(val) mttc0($13, 0, val) argument
439 #define write_vpe_c0_config(val) mttc0($16, 0, val) argument
441 #define write_vpe_c0_config1(val) mttc0($16, 1, val) argument
443 #define write_vpe_c0_config7(val) mttc0($16, 7, val) argument
445 #define write_vpe_c0_ebase(val) mttc0($15, 1, val) argument
446 #define write_vpe_c0_compare(val) mttc0($11, 0, val) argument
449 #define write_vpe_c0_epc(val) mttc0($14, 0, val) argument
454 #define write_tc_c0_tcstatus(val) mttc0($2, 1, val) argument
456 #define write_tc_c0_tcbind(val) mttc0($2, 2, val) argument
458 #define write_tc_c0_tcrestart(val) mttc0($2, 3, val) argument
460 #define write_tc_c0_tchalt(val) mttc0($2, 4, val) argument
462 #define write_tc_c0_tccontext(val) mttc0($2, 5, val) argument
466 #define write_tc_gpr_sp(val) mttgpr($29, val) argument
468 #define write_tc_gpr_gp(val) mttgpr($28, val) argument