Searched refs:tcg_gen_not_i32 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h1764 static inline void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg) function
1778 tcg_gen_not_i32(TCGV_LOW(ret), TCGV_LOW(arg));
1779 tcg_gen_not_i32(TCGV_HIGH(ret), TCGV_HIGH(arg));
1840 tcg_gen_not_i32(t0, arg2);
1868 tcg_gen_not_i32(ret, ret);
1891 tcg_gen_not_i32(ret, ret);
1914 tcg_gen_not_i32(ret, ret);
1938 tcg_gen_not_i32(t0, arg2);
2478 #define tcg_gen_not_tl tcg_gen_not_i32
/external/qemu/target-mips/
H A Dtranslate.c5690 tcg_gen_not_i32(t0, t0);
5697 tcg_gen_not_i32(t0, t0);
5723 tcg_gen_not_i32(t0, t0);
5752 tcg_gen_not_i32(t0, t0);
/external/qemu/target-arm/
H A Dtranslate.c5862 tcg_gen_not_i32(tmp, tmp);
5890 tcg_gen_not_i32(tmp, tmp);
5903 tcg_gen_not_i32(tmp, tmp);
7018 tcg_gen_not_i32(tmp2, tmp2);
9125 tcg_gen_not_i32(tmp2, tmp2);

Completed in 202 milliseconds