RFR: 8282182: Document algorithm used to encode aarch64 logical immediate operands. [v3]
    Andrew Dinn 
    adinn at openjdk.java.net
       
    Mon Feb 21 13:15:34 UTC 2022
    
    
  
> This *documentation only* change explains how logical immediate mask values are derived from valid logical instruction operands. The encoding function is used to populate a sparse array that maps valid masks to a unique set of input operand values and a reverse lookup array that maps inputs to the associated mask.
Andrew Dinn has updated the pull request incrementally with one additional commit since the last revision:
  include unsaved changes
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7536/files
  - new: https://git.openjdk.java.net/jdk/pull/7536/files/737c1160..777759cf
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7536&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7536&range=01-02
  Stats: 9 lines in 1 file changed: 0 ins; 1 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7536.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7536/head:pull/7536
PR: https://git.openjdk.java.net/jdk/pull/7536
    
    
More information about the hotspot-compiler-dev
mailing list