Searched defs:tcg_out_shifti (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) function
668 tcg_out_shifti(s, SHIFT_ROL + P_DATA16, reg, 8);
1107 tcg_out_shifti(s, SHIFT_SHR + rexw, r1,
1824 tcg_out_shifti(s, c + rexw, args[0], args[2]);

Completed in 55 milliseconds