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

  /external/qemu/tcg/x86_64/
tcg-target.c 264 static inline void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) function
359 tcg_out_modrm(s, 0x8b | P_REXW, ret, arg);
366 tcg_out_modrm(s, 0x01 | (ARITH_XOR << 3), ret, ret); /* xor r0,r0 */
371 tcg_out_modrm(s, 0xc7 | P_REXW, 0, ret);
390 tcg_out_modrm(s, 0xff, call ? 2 : 4, TCG_REG_R10);
416 tcg_out_modrm(s, 0xff, 0, r0);
419 tcg_out_modrm(s, 0xff, 1, r0);
421 tcg_out_modrm(s, 0x83, c, r0);
425 tcg_out_modrm(s, 0xb6 | P_EXT | P_REXB_RM, r0, r0);
428 tcg_out_modrm(s, 0xb7 | P_EXT, r0, r0)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 404 static void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) function
512 tcg_out_modrm(s, OPC_ARITH_GvEv + (subop << 3) + ext, dest, src);
519 tcg_out_modrm(s, opc, ret, arg);
533 tcg_out_modrm(s, OPC_MOVL_EvIz + P_REXW, 0, ret);
586 tcg_out_modrm(s, OPC_SHIFT_1 + ext, subopc, reg);
588 tcg_out_modrm(s, OPC_SHIFT_Ib + ext, subopc, reg);
607 tcg_out_modrm(s, OPC_MOVZBL + P_REXB_RM, dest, src);
614 tcg_out_modrm(s, OPC_MOVSBL + P_REXB_RM + rexw, dest, src);
620 tcg_out_modrm(s, OPC_MOVZWL, dest, src);
626 tcg_out_modrm(s, OPC_MOVSWL + rexw, dest, src)
    [all...]

Completed in 1660 milliseconds