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

/external/qemu/tcg/x86_64/
H A Dtcg-target.c412 static inline void tgen_arithi32(TCGContext *s, int c, int r0, int32_t val) function
448 tgen_arithi32(s, c, r0, (uint32_t)val);
513 tgen_arithi32(s, ARITH_CMP, arg1, arg2);
535 tgen_arithi32(s, ARITH_AND, dest, 0xff);
1031 tgen_arithi32(s, c, args[0], args[2]);

Completed in 220 milliseconds