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

/external/qemu/tcg/i386/
H A Dtcg-target.c626 static void tcg_out_shifti(TCGContext *s, int subopc, int reg, int count) function
647 tcg_out_shifti(s, SHIFT_ROL + P_DATA16, reg, 8);
1103 tcg_out_shifti(s, SHIFT_SHR + hrexw, r0,
1782 tcg_out_shifti(s, c + rexw, args[0], args[2]);

Completed in 141 milliseconds