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

  /external/qemu/tcg/
tcg.h 565 TCGv_i32 tcg_global_mem_new_i32(int reg, intptr_t offset, const char *name);
682 TCGV_NAT_TO_PTR(tcg_global_mem_new_i32((R), (O), (N)))
tcg.c 489 TCGv_i32 tcg_global_mem_new_i32(int reg, intptr_t offset, const char *name) function
    [all...]
tcg-op.h     [all...]
  /external/qemu/target-arm/
translate.c 115 cpu_R[i] = tcg_global_mem_new_i32(TCG_AREG0,
119 cpu_exclusive_addr = tcg_global_mem_new_i32(TCG_AREG0,
121 cpu_exclusive_val = tcg_global_mem_new_i32(TCG_AREG0,
123 cpu_exclusive_high = tcg_global_mem_new_i32(TCG_AREG0,
126 cpu_exclusive_test = tcg_global_mem_new_i32(TCG_AREG0,
128 cpu_exclusive_info = tcg_global_mem_new_i32(TCG_AREG0,
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 1667 milliseconds