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

/external/qemu/include/exec/
H A Dgen-icount.h23 tcg_gen_subi_i32(count, count, 0xdeadbeef);
/external/qemu/tcg/
H A Dtcg-op.h504 static inline void tcg_gen_subi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) function
2808 #define tcg_gen_subi_tl tcg_gen_subi_i32
/external/qemu/target-arm/
H A Dtranslate.c268 tcg_gen_subi_i32(var, var, signbit);
415 tcg_gen_subi_i32(dest, dest, 1);
8649 tcg_gen_subi_i32(tmp, tmp, insn & 0xff);
8791 tcg_gen_subi_i32(tmp, tmp, imm);

Completed in 149 milliseconds