HomeSort by relevance Sort by last modified time
    Searched full:tgen_arithi (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/i386/
tcg-target.c 279 static inline void tgen_arithi(TCGContext *s, int c, int r0, int32_t val, int cf) function
305 tgen_arithi(s, ARITH_ADD, reg, val, 0);
353 tgen_arithi(s, ARITH_CMP, arg1, arg2, 0);
966 tgen_arithi(s, c, args[0], args[2], 0);
1024 tgen_arithi(s, ARITH_ADD, args[0], args[4], 1);
1028 tgen_arithi(s, ARITH_ADC, args[1], args[5], 1);
1034 tgen_arithi(s, ARITH_SUB, args[0], args[4], 1);
1038 tgen_arithi(s, ARITH_SBB, args[1], args[5], 1);
    [all...]

Completed in 17 milliseconds