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

  /external/qemu/tcg/x86_64/
tcg-target.h 32 TCG_REG_RAX = 0,
tcg-target.c 61 TCG_REG_RAX,
74 TCG_REG_RAX,
121 tcg_regset_set_reg(ct->u.regs, TCG_REG_RAX);
617 tcg_out_modrm(s, 0xbe | P_EXT | P_REXW, data_reg, TCG_REG_RAX);
621 tcg_out_modrm(s, 0xbf | P_EXT | P_REXW, data_reg, TCG_REG_RAX);
625 tcg_out_modrm(s, 0x63 | P_REXW, data_reg, TCG_REG_RAX);
629 tcg_out_modrm(s, 0xb6 | P_EXT | P_REXW, data_reg, TCG_REG_RAX);
633 tcg_out_modrm(s, 0xb7 | P_EXT | P_REXW, data_reg, TCG_REG_RAX);
638 tcg_out_modrm(s, 0x8b, data_reg, TCG_REG_RAX);
641 tcg_out_mov(s, data_reg, TCG_REG_RAX);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.h 59 TCG_REG_RAX = TCG_REG_EAX,
tcg-target.c 52 TCG_REG_RAX,
    [all...]

Completed in 18 milliseconds