encoding disp32 in Amd64
Idioma inglês I want to encode the following instruction using the displacement bytes instead of SIB byte. Is it possible?mov rcx, ptr[1CE26F0h]the following encoding should work48 0B 0D F0 26 CE...
View ArticleGetting -mix output from more than thread 0
Idioma inglês Hi, I find that the -mix output of SDE is very useful. Unfortuntately it only outputs by default for thread 0. Is there a way i can get it to output for more than 1 thread? I've tried:sde...
View ArticleSDE - how to run multi-threaded programs with 2MB TLB..
Idioma inglês Hi, I'd like to run some binaries in SDE that are multi-threaded and use large 2MB TLB pages. Can somone please let me know what options to use. I looked a the help and found that...
View ArticleProblem of using Intel SDE on Win7 machine
Idioma inglês My team needs to use Intel-SDE for AVX instruction emulation so that we can test our tool's support for AVX. The testing machine is a XSAVE supported CPU with Win7 x64OS. This OS also has...
View ArticleIntel C++ Compiler (Linux x86_64) - "GNU-style Inline Assembly" Resources.
Idioma inglês Hello,Could anyone suggest some resources freely available or Intel documents/resources to - understand, interpret, analyze and write "GNU-style Inline Assembly" on Linux x86_64 using...
View ArticleUse SDE emulator for incorporating AES libraries in addition to intrinsics?
Idioma inglês Hi, I'd like to confirm that a software developer can use the SDE emulator in order to test their code using AES-NI in multiple cases (1) using compiler intrinsics for AES-NI (2) using...
View ArticleAVX compiler beta
Idioma inglês Intel is accepting applications to join the beta program for the Intel C++ and Fortran Compiler Professional Edition 11.1 One can apply by sending email to...
View ArticleNew version of Intel(R) SDE posted
Idioma inglês Hello, I just posted a new version of the Intel Software Development Emulator, version 1.61. The emulator is available here: http://www.intel.com/software/sde This update corresponds to...
View ArticleLow Precision VFNMADDSS on SDE(AVX Emulator)
Idioma inglês I usedSDE to learn the FMA instruction, but i got trouble this...result:31833.1415926510000FMA:10000.000000-3183.000000*3.141593=0.310305x87:10000.000000-3183.000000*3.141593=0.310547is...
View ArticleAVX simulator?
Idioma inglês Hi,I'm very interesting in AVX and want to run some graphics codes(e.g. raytracing) on AVX.When will AVX simulator be available?(And is it for free?)Thanks in advance.
View Article