Lines Matching refs:V0
25 #define V0 2
227 uasm_i_mfc0(&p, V0, C0_STATUS);
228 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1);
266 uasm_i_andi(&p, V0, V0, ST0_IM);
267 uasm_i_or(&p, K0, K0, V0);
642 uasm_i_mfc0(&p, V0, C0_STATUS);
645 uasm_i_or(&p, K0, V0, AT);
660 uasm_i_and(&p, V1, V0, AT);
732 uasm_i_and(&p, V0, V0, AT);
734 uasm_i_or(&p, V0, V0, AT);
736 uasm_i_ori(&p, V0, V0, ST0_SX | ST0_UX);
738 uasm_i_mtc0(&p, V0, C0_STATUS);
818 uasm_i_andi(&p, T0, V0, RESUME_HOST);
894 uasm_i_sra(&p, K0, V0, 2);
895 uasm_i_move(&p, V0, K0);