Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ZW (0.09 sec)

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

    			return true
    		}
    		// match: (ZW (MOVDconst [c]) yes no)
    		// cond: int32(c) == 0
    		// result: (First yes no)
    		for b.Controls[0].Op == OpARM64MOVDconst {
    			v_0 := b.Controls[0]
    			c := auxIntToInt64(v_0.AuxInt)
    			if !(int32(c) == 0) {
    				break
    			}
    			b.Reset(BlockFirst)
    			return true
    		}
    		// match: (ZW (MOVDconst [c]) yes no)
    		// cond: int32(c) != 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top