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

  /external/qemu/tcg/x86_64/
tcg-target.c 220 #define P_EXT 0x100 /* 0x0f opcode prefix */
258 if (opc & P_EXT) {
425 tcg_out_modrm(s, 0xb6 | P_EXT | P_REXB_RM, r0, r0);
428 tcg_out_modrm(s, 0xb7 | P_EXT, r0, r0);
534 tcg_out_modrm(s, 0x90 | tcg_cond_to_jcc[cond] | P_EXT | P_REXB_RM, 0, dest);
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);
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);
680 tcg_out_modrm_offset(s, 0xb6 | P_EXT, data_reg, r0, offset)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 230 #define P_EXT 0x100 /* 0x0f opcode prefix */
248 #define OPC_BSWAP (0xc8 | P_EXT)
252 #define OPC_IMUL_GvEv (0xaf | P_EXT)
256 #define OPC_JCC_long (0x80 | P_EXT) /* ... plus condition code */
266 #define OPC_MOVSBL (0xbe | P_EXT)
267 #define OPC_MOVSWL (0xbf | P_EXT)
269 #define OPC_MOVZBL (0xb6 | P_EXT)
270 #define OPC_MOVZWL (0xb7 | P_EXT)
276 #define OPC_SETCC (0x90 | P_EXT | P_REXB_RM) /* ... plus cc */
382 if (opc & P_EXT) {
    [all...]

Completed in 1250 milliseconds