Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bf2c (0.05 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (MOVBUreg (UBFX [bfc] x)) && bfc.getARM64BFwidth() <=  8 => (UBFX [bfc] x)
    
    // ubfiz/ubfx combinations: merge shifts into bitfield ops
    (SRLconst [sc] (UBFX [bfc] x)) && sc < bfc.getARM64BFwidth()
    	=> (UBFX [armBFAuxInt(bfc.getARM64BFlsb()+sc, bfc.getARM64BFwidth()-sc)] x)
    (UBFX [bfc] (SRLconst [sc] x)) && sc+bfc.getARM64BFwidth()+bfc.getARM64BFlsb() < 64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top