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

  /external/qemu/tcg/
tcg-op.h 492 static inline void tcg_gen_sub_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) function
500 tcg_gen_sub_i32(ret, t0, arg2);
511 tcg_gen_sub_i32(ret, arg1, t0);
737 tcg_gen_sub_i32(ret, arg1, t0);
781 tcg_gen_sub_i32(ret, arg1, t0);
    [all...]
  /external/qemu/target-arm/
translate.c 412 tcg_gen_sub_i32(dest, t0, t1);
865 tcg_gen_sub_i32(var, var, offset);
893 tcg_gen_sub_i32(var, var, offset);
    [all...]

Completed in 168 milliseconds