Searched defs:tcg_gen_add_i64 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h900 static inline void tcg_gen_add_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function
1183 static inline void tcg_gen_add_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function
1456 tcg_gen_add_i64(ret, arg1, t0);
2376 tcg_gen_add_i64(t0, t0, t1);
2482 tcg_gen_add_i64(t0, al, bl);
2484 tcg_gen_add_i64(rh, ah, bh);
2485 tcg_gen_add_i64(rh, rh, t1);
2725 #define tcg_gen_add_tl tcg_gen_add_i64
2885 tcg_gen_add_i64(TCGV_PTR_TO_NAT(R), TCGV_PTR_TO_NAT(A), TCGV_PTR_TO_NAT(B))

Completed in 71 milliseconds