Giter Site home page Giter Site logo

Comments (5)

neuromancer avatar neuromancer commented on May 17, 2024

An informal survey on missing instructions (made using a large number of x86 binaries from Debian) is available here:

fstp   :3268  
fld    :2729  
movsx  :1276  
fmul   :1009  
fild   : 860  
lock   : 677  
fxch   : 579  
fldcw  : 486  
faddp  : 451  
fadd   : 426  
fst    : 398  
fnstsw : 365  
sahf   : 365  
fistp  : 248  
fldz   : 246  
fdiv   : 190  
fnstcw : 188  
fsub   : 174  
fucom  : 166  
fmulp  : 143  
fld1   : 108  
fucompp: 102  
fucomp :  97  
idiv   :  97  
fdivp  :  83  
fsubr  :  69  
fchs   :  66  
fsubp  :  65  
fdivrp :  46  
fsubrp :  46  
cwde   :  39  
setle  :  29  
fdivr  :  25  
fsqrt  :  23  
jnp    :  20  
setge  :  15  
setl   :  12  
bswap  :   9  
fabs   :   8  
frndint:   7  
cdq    :   6  
fist   :   4  
setnp  :   4  
bsr    :   3  
cli    :   1  
das    :   1  
in     :   1  
insb   :   1  
int    :   1  

from barf-project.

zachriggle avatar zachriggle commented on May 17, 2024

I'm surprised to see movsx on this list

from barf-project.

cnheitman avatar cnheitman commented on May 17, 2024

Hi! That list should be updated. movsx is currently supported along with setcc and jnp. Regarding FPU instructions, there's no plan to support them in the near future.

from barf-project.

neuromancer avatar neuromancer commented on May 17, 2024

idiv seems to be a very useful instruction to support, since it is used to check some overflow constrains that we want to verify..

from barf-project.

cnheitman avatar cnheitman commented on May 17, 2024

The most frequently used instructions has been implemented (FPU instructions are not included, there is no plan to implement them in the near future), so I'm closing this issue.

from barf-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.