HomeSort by relevance Sort by last modified time
    Searched refs:mem_index (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-i386/
translate.c 124 int mem_index; /* select memory access functions */ member in struct:DisasContext
588 int mem_index = (idx >> 2) - 1; local
591 tcg_gen_qemu_ld8s(cpu_T[0], cpu_A0, mem_index);
594 tcg_gen_qemu_ld16s(cpu_T[0], cpu_A0, mem_index);
598 tcg_gen_qemu_ld32s(cpu_T[0], cpu_A0, mem_index);
605 int mem_index = (idx >> 2) - 1; local
608 tcg_gen_qemu_ld8u(t0, a0, mem_index);
611 tcg_gen_qemu_ld16u(t0, a0, mem_index);
614 tcg_gen_qemu_ld32u(t0, a0, mem_index);
620 tcg_gen_qemu_ld64(t0, a0, mem_index);
644 int mem_index = (idx >> 2) - 1; local
2908 int mem_index = (idx >> 2) - 1; local
2915 int mem_index = (idx >> 2) - 1; local
2922 int mem_index = (idx >> 2) - 1; local
2932 int mem_index = (idx >> 2) - 1; local
    [all...]
  /external/qemu/tcg/
tcg-be-ldst.h 33 int mem_index; /* soft MMU memory index */ member in struct:TCGLabelQemuLdst
tcg-op.h     [all...]
  /external/qemu/tcg/i386/
tcg-target.c 1063 MEM_INDEX and S_BITS are the memory context and log2 size of the load.
1431 int mem_index; local
1553 int mem_index; local
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 1289 static uint8_t mem_index = 0; local
    [all...]
phFriNfc_TopazDynamicMap.c 4216 uint8_t mem_index = 0; local
    [all...]

Completed in 92 milliseconds