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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c574 static inline void tgen_arithr(TCGContext *s, int subop, int dest, int src) argument
577 int ext = subop & ~0x7;
578 subop &= 0x7;
580 tcg_out_modrm(s, OPC_ARITH_GvEv + (subop << 3) + ext, dest, src);

Completed in 1207 milliseconds