Home
last modified time | relevance | path

Searched refs:tcg_gen_not_i32 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/
Dtcg-op.h1370 static inline void tcg_gen_not_i32(TCGv ret, TCGv arg) in tcg_gen_not_i32() function
1677 #define tcg_gen_not_tl tcg_gen_not_i32
/external/qemu/target-arm/
Dtranslate.c220 #define gen_op_notl_T0() tcg_gen_not_i32(cpu_T[0], cpu_T[0])
221 #define gen_op_notl_T1() tcg_gen_not_i32(cpu_T[1], cpu_T[1])
499 tcg_gen_not_i32(tmp, t1); in tcg_gen_bic_i32()