Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SRRconst (0.06 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM.go

    	v_0 := v.Args[0]
    	b := v.Block
    	// match: (Bswap32 <t> x)
    	// cond: buildcfg.GOARM.Version==5
    	// result: (XOR <t> (SRLconst <t> (BICconst <t> (XOR <t> x (SRRconst <t> [16] x)) [0xff0000]) [8]) (SRRconst <t> x [8]))
    	for {
    		t := v.Type
    		x := v_0
    		if !(buildcfg.GOARM.Version == 5) {
    			break
    		}
    		v.reset(OpARMXOR)
    		v.Type = t
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
Back to top