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

/linux-master/arch/mips/include/asm/
H A Dregdef.h25 #define GPR_V1 3 macro
68 #define GPR_V1 3 macro
/linux-master/arch/mips/kvm/
H A Dentry.c178 kvm_mips_build_save_scratch(&p, GPR_V1, GPR_K1);
276 uasm_i_addiu(&p, GPR_V1, GPR_ZERO, 1);
278 uasm_i_ins(&p, GPR_K0, GPR_V1, MIPS_GCTL0_GM_SHIFT, 1);
607 uasm_i_and(&p, GPR_V1, GPR_V0, GPR_AT);
608 uasm_il_beqz(&p, &r, GPR_V1, label_fpu_1);
799 uasm_i_mfc0(&p, GPR_V1, C0_STATUS);
801 uasm_i_or(&p, GPR_K0, GPR_V1, GPR_AT);
807 uasm_i_ori(&p, GPR_V1, GPR_V1, ST0_EXL | KSU_USER | ST0_IE);
809 uasm_i_and(&p, GPR_V1, GPR_V
[all...]

Completed in 93 milliseconds