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

  /external/qemu/tcg/
tcg.h 352 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name);
442 #define tcg_global_reg_new_ptr tcg_global_reg_new_i32
tcg-op.h     [all...]
tcg.c 316 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name) function
    [all...]
  /external/qemu/target-arm/
translate.c 124 cpu_T[0] = tcg_global_reg_new_i32(TCG_AREG1, "T0");
125 cpu_T[1] = tcg_global_reg_new_i32(TCG_AREG2, "T1");
    [all...]

Completed in 605 milliseconds