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 370 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset,
468 #define tcg_global_mem_new_ptr tcg_global_mem_new_i32
tcg.c 397 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset, function
    [all...]
tcg-op.h     [all...]
  /external/qemu/target-arm/
translate.c 120 cpu_R[i] = tcg_global_mem_new_i32(TCG_AREG0,
124 cpu_exclusive_addr = tcg_global_mem_new_i32(TCG_AREG0,
126 cpu_exclusive_val = tcg_global_mem_new_i32(TCG_AREG0,
128 cpu_exclusive_high = tcg_global_mem_new_i32(TCG_AREG0,
131 cpu_exclusive_test = tcg_global_mem_new_i32(TCG_AREG0,
133 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 86 milliseconds