Searched defs:subopc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c647 static void tcg_out_shifti(TCGContext *s, int subopc, int reg, int count) argument
650 int ext = subopc & ~0x7;
651 subopc &= 0x7;
654 tcg_out_modrm(s, OPC_SHIFT_1 + ext, subopc, reg);
656 tcg_out_modrm(s, OPC_SHIFT_Ib + ext, subopc, reg);

Completed in 46 milliseconds