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

  /external/qemu/tcg/arm/
tcg-target.c 566 static inline void tcg_out_bswap16(TCGContext *s, int cond, int rd, int rn) function
1039 tcg_out_bswap16(s, COND_EQ, data_reg, data_reg);
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 608 static void tcg_out_bswap16(TCGContext *s, int ret, int arg, int sign) function
973 tcg_out_bswap16(s, datalo_reg, datalo_reg, 0);
979 tcg_out_bswap16(s, datalo_reg, datalo_reg, 1);
    [all...]

Completed in 15 milliseconds