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

  /external/qemu/tcg/
tcg-op.h 1504 static inline void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg) function
    [all...]
  /external/qemu/target-arm/
translate.c 246 #define gen_op_notl_T0() tcg_gen_not_i32(cpu_T[0], cpu_T[0])
247 #define gen_op_notl_T1() tcg_gen_not_i32(cpu_T[1], cpu_T[1])
500 tcg_gen_not_i32(tmp, t1);
    [all...]

Completed in 14 milliseconds