Searched refs:tcg_gen_sub_i32 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h492 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);
1844 tcg_gen_sub_i32(ret, t0, arg);
2453 tcg_gen_sub_i32(rh, t1, t2);
2454 tcg_gen_sub_i32(rh, rh, t3);
2805 #define tcg_gen_sub_tl tcg_gen_sub_i32
/external/qemu/target-arm/
H A Dtranslate.c412 tcg_gen_sub_i32(dest, t0, t1);
865 tcg_gen_sub_i32(var, var, offset);
893 tcg_gen_sub_i32(var, var, offset);
3677 case 2: tcg_gen_sub_i32(t0, t1, t0); break;
4764 case 2: tcg_gen_sub_i32(tmp, tmp, tmp2); break;
7067 tcg_gen_sub_i32(tmp, tmp, tmp2);
7076 tcg_gen_sub_i32(tmp, tmp2, tmp);
7204 tcg_gen_sub_i32(tmp, tmp2, tmp);
7555 tcg_gen_sub_i32(tmp, tmp, tmp2);
7908 tcg_gen_sub_i32(t
[all...]

Completed in 98 milliseconds