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

  /external/qemu/tcg/i386/
tcg-target.h 141 # define TCG_AREG0 TCG_REG_R14
143 # define TCG_AREG0 TCG_REG_EBP
tcg-target.c     [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c 112 cpu_env = tcg_global_reg_new_ptr(TCG_AREG0, "env");
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-i386/
translate.c     [all...]

Completed in 84 milliseconds