Searched refs:uasm_i_move (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/kvm/ |
D | entry.c | 795 uasm_i_move(&p, A0, S0); in kvm_mips_build_exit() 796 uasm_i_move(&p, A1, S1); in kvm_mips_build_exit() 838 uasm_i_move(&p, K1, S1); in kvm_mips_build_ret_from_exit() 922 uasm_i_move(&p, V0, K0); in kvm_mips_build_ret_to_host()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | uasm.h | 241 #define uasm_i_move(buf, a, b) UASM_i_ADDU(buf, a, 0, b) macro
|