Searched refs:uasm_i_move (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/kvm/ |
H A D | entry.c | 716 uasm_i_move(&p, GPR_A0, GPR_S0); in kvm_mips_build_exit() 758 uasm_i_move(&p, GPR_K1, GPR_S0); in kvm_mips_build_ret_from_exit() 842 uasm_i_move(&p, GPR_V0, GPR_K0); in kvm_mips_build_ret_to_host()
|
/linux/arch/mips/include/asm/ |
H A D | uasm.h | 249 #define uasm_i_move(buf, a, b) UASM_i_ADDU(buf, a, 0, b) macro
|