GithubHelp home page GithubHelp logo

Comments (2)

mysterymath avatar mysterymath commented on July 20, 2024 1

Ah, interesting about using the high bit re LSR and BIT.

No real strategy, making it up as I go along. At the moment, the mechanism for copying values into and out of $alsb is pretty undefined at the moment, and I don't even think what's there is internally consistent. It's more consistent than it used to be at least; this is something I'm still actively hashing out.

It's very unlikely on the outset that PHP/PLA will be a good sequence for extracting values out of P to be stored elsewhere; it takes 2 bytes and 7 cycles before starting to extract the part of P we need, while a branch to a pair of immediate loads takes 6 bytes and 4 or 5 cycles for the whole thing, and that's the worst case for extracting flag to value. For value to flag, we can get a LSB or MSB into C via ASL and LSR, and V from a MSB via LSR,BIT, etc.

from llvm-mos.

mysterymath avatar mysterymath commented on July 20, 2024

All possible physreg copies have now been implemented in terms of other types of copies, CMP, or a SelectImm diamond pseudo. Lowering for the SelectImm pseudo isn't yet implemented.

from llvm-mos.

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.