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

  /external/qemu/tcg/arm/
tcg-target.c 581 static inline void tcg_out_bswap32(TCGContext *s, int cond, int rd, int rn) function
1054 tcg_out_bswap32(s, COND_EQ, data_reg, data_reg);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 593 static inline void tcg_out_bswap32(TCGContext *s, int reg) function
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 617 static void tcg_out_bswap32(TCGContext *s, int ret, int arg, int temp) function
987 tcg_out_bswap32(s, datalo_reg, datalo_reg, TCG_REG_R20);
1011 tcg_out_bswap32(s, datalo_reg, datalo_reg, TCG_REG_R20);
1012 tcg_out_bswap32(s, datahi_reg, datahi_reg, TCG_REG_R20);
    [all...]

Completed in 43 milliseconds