Lines Matching defs:inst
68 int kvm_mips_trans_cache_index(union mips_instruction inst, u32 *opc,
81 int kvm_mips_trans_cache_va(union mips_instruction inst, u32 *opc,
87 synci_inst.i_format.rs = inst.i_format.rs;
90 synci_inst.i_format.simmediate = inst.spec3_format.simmediate;
92 synci_inst.i_format.simmediate = inst.i_format.simmediate;
97 int kvm_mips_trans_mfc0(union mips_instruction inst, u32 *opc,
103 rd = inst.c0r_format.rd;
104 sel = inst.c0r_format.sel;
108 mfc0_inst.r_format.rd = inst.c0r_format.rt;
112 mfc0_inst.i_format.rt = inst.c0r_format.rt;
124 int kvm_mips_trans_mtc0(union mips_instruction inst, u32 *opc,
130 rd = inst.c0r_format.rd;
131 sel = inst.c0r_format.sel;
134 mtc0_inst.i_format.rt = inst.c0r_format.rt;