synci_inst         84 arch/mips/kvm/dyntrans.c 	union mips_instruction synci_inst = { 0 };
synci_inst         86 arch/mips/kvm/dyntrans.c 	synci_inst.i_format.opcode = bcond_op;
synci_inst         87 arch/mips/kvm/dyntrans.c 	synci_inst.i_format.rs = inst.i_format.rs;
synci_inst         88 arch/mips/kvm/dyntrans.c 	synci_inst.i_format.rt = synci_op;
synci_inst         90 arch/mips/kvm/dyntrans.c 		synci_inst.i_format.simmediate = inst.spec3_format.simmediate;
synci_inst         92 arch/mips/kvm/dyntrans.c 		synci_inst.i_format.simmediate = inst.i_format.simmediate;
synci_inst         94 arch/mips/kvm/dyntrans.c 	return kvm_mips_trans_replace(vcpu, opc, synci_inst);