Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    				continue
    			}
    			d := auxIntToInt32(v_1.AuxInt)
    			v.reset(OpConst32)
    			v.AuxInt = int32ToAuxInt(c & d)
    			return true
    		}
    		break
    	}
    	// match: (And32 <t> (Com32 x) (Com32 y))
    	// result: (Com32 (Or32 <t> x y))
    	for {
    		t := v.Type
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpCom32 {
    				continue
    			}
    			x := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top