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

/external/qemu/tcg/x86_64/
H A Dtcg-target.c238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) function
266 tcg_out_opc(s, opc, r, rm, 0);
276 tcg_out_opc(s, opc, r, 0, 0);
290 tcg_out_opc(s, opc, r, rm, 0);
298 tcg_out_opc(s, opc, r, rm, 0);
307 tcg_out_opc(s, opc, r, rm, 0);
337 tcg_out_opc(s, opc, r, rm, 0);
345 tcg_out_opc(s, opc, r, rm, index);
368 tcg_out_opc(s, 0xb8 + (ret & 7), 0, ret, 0);
374 tcg_out_opc(
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) function
388 static void tcg_out_opc(TCGContext *s, int opc) function
398 /* Discard the register arguments to tcg_out_opc early, so as not to penalize
401 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc) macro
406 tcg_out_opc(s, opc, r, rm, 0);
428 tcg_out_opc(s, opc, r, 0, 0);
438 tcg_out_opc(s, opc, r, 0, 0);
449 tcg_out_opc(s, opc, r, 0, 0);
472 tcg_out_opc(
[all...]

Completed in 81 milliseconds