Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MNEG (0.04 sec)

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

    	v_0 := v.Args[0]
    	b := v.Block
    	// match: (MNEG x (MOVDconst [-1]))
    	// result: x
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpARM64MOVDconst || auxIntToInt64(v_1.AuxInt) != -1 {
    				continue
    			}
    			v.copyOf(x)
    			return true
    		}
    		break
    	}
    	// match: (MNEG _ (MOVDconst [0]))
    	// result: (MOVDconst [0])
    	for {
    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