Lines Matching refs:V0
25 #define V0 2
233 uasm_i_mfc0(&p, V0, C0_STATUS);
234 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1);
272 uasm_i_andi(&p, V0, V0, ST0_IM);
273 uasm_i_or(&p, K0, K0, V0);
679 uasm_i_mfc0(&p, V0, C0_STATUS);
682 uasm_i_or(&p, K0, V0, AT);
697 uasm_i_and(&p, V1, V0, AT);
771 uasm_i_and(&p, V0, V0, AT);
773 uasm_i_or(&p, V0, V0, AT);
775 uasm_i_ori(&p, V0, V0, ST0_SX | ST0_UX);
777 uasm_i_mtc0(&p, V0, C0_STATUS);
857 uasm_i_andi(&p, T0, V0, RESUME_HOST);
933 uasm_i_sra(&p, K0, V0, 2);
934 uasm_i_move(&p, V0, K0);