Home
last modified time | relevance | path

Searched refs:subop (Results 1 – 1 of 1) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.c506 static inline void tgen_arithr(TCGContext *s, int subop, int dest, int src) in tgen_arithr() argument
509 int ext = subop & ~0x7; in tgen_arithr()
510 subop &= 0x7; in tgen_arithr()
512 tcg_out_modrm(s, OPC_ARITH_GvEv + (subop << 3) + ext, dest, src); in tgen_arithr()