Lines Matching defs:inst
26 #include <asm/inst.h>
968 enum emulation_result kvm_mips_emulate_store(union mips_instruction inst,
989 rt = inst.i_format.rt;
996 switch (inst.i_format.opcode) {
1193 rt = inst.loongson3_lsdc2_format.rt;
1194 switch (inst.loongson3_lsdc2_format.opcode1) {
1236 kvm_err("Godson Extended GS-Store not yet supported (inst=0x%08x)\n",
1237 inst.word);
1243 kvm_err("Store not yet supported (inst=0x%08x)\n",
1244 inst.word);
1268 enum emulation_result kvm_mips_emulate_load(union mips_instruction inst,
1278 rt = inst.i_format.rt;
1279 op = inst.i_format.opcode;
1453 rt = inst.loongson3_lsdc2_format.rt;
1454 switch (inst.loongson3_lsdc2_format.opcode1) {
1480 kvm_err("Godson Extended GS-Load for float not yet supported (inst=0x%08x)\n",
1481 inst.word);
1488 kvm_err("Load not yet supported (inst=0x%08x)\n",
1489 inst.word);