Searched refs:tcg_gen_sub_i64 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 878 static inline void tcg_gen_sub_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_sub_i64() function 1135 static inline void tcg_gen_sub_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_sub_i64() function 1372 tcg_gen_sub_i64(ret, t0, arg2); in tcg_gen_subfi_i64() 1383 tcg_gen_sub_i64(ret, arg1, t0); in tcg_gen_subi_i64() 1759 tcg_gen_sub_i64(ret, t0, arg); in tcg_gen_neg_i64() 2396 #define tcg_gen_sub_tl tcg_gen_sub_i64
|
/external/qemu/target-arm/ |
D | translate.c | 311 tcg_gen_sub_i64(a, tmp64, a); in gen_subq_msw() 4165 case 2: tcg_gen_sub_i64(CPU_V001); break; in gen_neon_subl() 4502 tcg_gen_sub_i64(CPU_V001); in disas_neon_data_insn()
|
/external/qemu/target-mips/ |
D | translate.c | 2193 tcg_gen_sub_i64(t2, t3, t2); in gen_muldiv() 2215 tcg_gen_sub_i64(t2, t3, t2); in gen_muldiv()
|