Searched refs:subop (Results 1 – 1 of 1) sorted by relevance
506 static inline void tgen_arithr(TCGContext *s, int subop, int dest, int src) in tgen_arithr() argument509 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()