Searched refs:spec3_format (Results 1 – 5 of 5) sorted by relevance
195 switch (insn.spec3_format.func) { in emulate_load_store_insn()207 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()220 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()233 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()241 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()254 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
90 synci_inst.i_format.simmediate = inst.spec3_format.simmediate; in kvm_mips_trans_cache_va()
581 if (inst.spec3_format.opcode != spec3_op) in is_eva_access()584 switch (inst.spec3_format.func) { in is_eva_access()1098 offset = inst.spec3_format.simmediate; in kvm_vz_gpsi_cache()1248 switch (inst.spec3_format.func) { in kvm_trap_vz_handle_gpsi()
2206 offset = inst.spec3_format.simmediate; in kvm_mips_emulate_cache()2343 switch (inst.spec3_format.func) { in kvm_mips_emulate_inst()
777 struct spec3_format { /* SPEC3 */ struct1103 struct spec3_format spec3_format; member