HomeSort by relevance Sort by last modified time
    Searched refs:tcg_out_opc (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.c 238 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(s, (0xb8 + (ret & 7)) | P_REXW, 0, ret, 0)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 351 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(s, opc, r, rm, 0)
    [all...]

Completed in 122 milliseconds