Searched refs:tcg_gen_sub_i64 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/tcg/ |
H A D | tcg-op.h | 854 static inline void tcg_gen_sub_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function 1111 static inline void tcg_gen_sub_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) function 1348 tcg_gen_sub_i64(ret, t0, arg2); 1359 tcg_gen_sub_i64(ret, arg1, t0); 1735 tcg_gen_sub_i64(ret, t0, arg); 2334 #define tcg_gen_sub_tl tcg_gen_sub_i64
|
Completed in 1328 milliseconds