Searched refs:spec3_format (Results 1 – 4 of 4) sorted by relevance
80 synci_inst.i_format.simmediate = inst.spec3_format.simmediate; in kvm_mips_trans_cache_va()
1667 offset = inst.spec3_format.simmediate; in kvm_mips_emulate_cache()1852 switch (inst.spec3_format.func) { in kvm_mips_emulate_inst()
951 switch (insn.spec3_format.func) { in emulate_load_store_insn()963 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()976 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()989 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()997 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()1010 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
758 struct spec3_format { /* SPEC3 */ struct1049 struct spec3_format spec3_format; member