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

/external/qemu/target-i386/
H A Dtranslate.c2225 static void gen_ldst_modrm(DisasContext *s, int modrm, int ot, int reg, int is_store) function
3173 gen_ldst_modrm(s, modrm, OT_QUAD, OR_TMP0, 0);
3178 gen_ldst_modrm(s, modrm, OT_LONG, OR_TMP0, 0);
3188 gen_ldst_modrm(s, modrm, OT_QUAD, OR_TMP0, 0);
3195 gen_ldst_modrm(s, modrm, OT_LONG, OR_TMP0, 0);
3330 gen_ldst_modrm(s, modrm, OT_QUAD, OR_TMP0, 1);
3336 gen_ldst_modrm(s, modrm, OT_LONG, OR_TMP0, 1);
3344 gen_ldst_modrm(s, modrm, OT_QUAD, OR_TMP0, 1);
3350 gen_ldst_modrm(s, modrm, OT_LONG, OR_TMP0, 1);
3505 gen_ldst_modrm(
[all...]

Completed in 22 milliseconds