Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 843755
Collapse All | Expand All

(-)a/src/capstone-edb/Instruction.cpp (-2 / +2 lines)
Lines 879-886 Link Here
879
	case X86_INS_CVTPD2PI:
879
	case X86_INS_CVTPD2PI:
880
	case X86_INS_CVTPD2PS:
880
	case X86_INS_CVTPD2PS:
881
	case X86_INS_VCVTPD2PS:
881
	case X86_INS_VCVTPD2PS:
882
	case X86_INS_VCVTPD2DQX: // FIXME: what's this?
882
	// case X86_INS_VCVTPD2DQX: // FIXME: what's this?
883
	case X86_INS_VCVTPD2PSX: // FIXME: what's this?
883
	// case X86_INS_VCVTPD2PSX: // FIXME: what's this?
884
	// case X86_INS_VCVTPD2QQ: // FIXME: Capstone seems to not support it
884
	// case X86_INS_VCVTPD2QQ: // FIXME: Capstone seems to not support it
885
	case X86_INS_VCVTPD2UDQ:
885
	case X86_INS_VCVTPD2UDQ:
886
		// case X86_INS_VCVTPD2UQQ: // FIXME: Capstone seems to not support it
886
		// case X86_INS_VCVTPD2UQQ: // FIXME: Capstone seems to not support it

Return to bug 843755