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

  /external/qemu/
gen-icount.h 20 tcg_gen_subi_i32(count, count, 0xdeadbeef);
  /external/qemu/tcg/
tcg-op.h 500 static inline void tcg_gen_subi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) function
    [all...]
  /external/qemu/target-arm/
translate.c 276 tcg_gen_subi_i32(var, var, signbit);
423 tcg_gen_subi_i32(dest, dest, 1);
    [all...]

Completed in 488 milliseconds