Code Monkey home page Code Monkey logo

Comments (3)

ghghost avatar ghghost commented on June 26, 2024

Having looked more carefully through the existing optable.xml, I think the intent is to organize each section alphabetically by functional mnemonic and then by increasing operand width within each functional mnemonic. For example, this leads to the ordering and, andps, andpd, andnps, andnpd ('and' and 'andn' being distinct functional mnemonics) rather than and, andnpd, andnps, andpd, andps. I am going to go ahead and reorder the SSE sections according to this structure.

from udis86.

vmt avatar vmt commented on June 26, 2024

The intent so far has been to order by functional mnemonic within a section. Going forward I'd like drop these section/grouping and take one of two approaches

(a) Order by functional mnemonic only. Use class tags for information about the instructions for the reader.

(b) Split the optable.xml into <major_class>.xml: sse.xml, sse2.xml, avx.xml

I don't like the groupings and they serve little purpose. Also, I'd discourage hand editing for re-orderings. The best approach would be to add the relevant class tags, and then script the re-orderings.

from udis86.

ghghost avatar ghghost commented on June 26, 2024

Sounds good to me. I like (a) better than (b). Please discard the reordering patch I sent.

from udis86.

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.