Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InvertFlags (0.22 sec)

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

    		return true
    	}
    	// match: (SETBC [0] (InvertFlags bool))
    	// result: (SETBC [1] bool)
    	for {
    		if auxIntToInt32(v.AuxInt) != 0 || v_0.Op != OpPPC64InvertFlags {
    			break
    		}
    		bool := v_0.Args[0]
    		v.reset(OpPPC64SETBC)
    		v.AuxInt = int32ToAuxInt(1)
    		v.AddArg(bool)
    		return true
    	}
    	// match: (SETBC [1] (InvertFlags bool))
    	// result: (SETBC [0] bool)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
Back to top