]> Git Repo - qemu.git/blobdiff - tcg/tcg-be-ldst.h
tcg: Push merged memop+mmu_idx parameter to softmmu routines
[qemu.git] / tcg / tcg-be-ldst.h
index 4a45102975afd218e2a99cd23c339d70e5f7b904..40a2369b7c96fac9fbcb0447c7a94564f2678285 100644 (file)
 
 typedef struct TCGLabelQemuLdst {
     bool is_ld;             /* qemu_ld: true, qemu_st: false */
-    TCGMemOp opc;
+    TCGMemOpIdx oi;
     TCGType type;           /* result type of a load */
     TCGReg addrlo_reg;      /* reg index for low word of guest virtual addr */
     TCGReg addrhi_reg;      /* reg index for high word of guest virtual addr */
     TCGReg datalo_reg;      /* reg index for low word to be loaded or stored */
     TCGReg datahi_reg;      /* reg index for high word to be loaded or stored */
-    int mem_index;          /* soft MMU memory index */
     tcg_insn_unit *raddr;   /* gen code addr of the next IR of qemu_ld/st IR */
     tcg_insn_unit *label_ptr[2]; /* label pointers to be updated */
     struct TCGLabelQemuLdst *next;
This page took 0.021847 seconds and 4 git commands to generate.