Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for auxIntToFlagConstant (0.13 sec)

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

    			v_0 := b.Controls[0]
    			fc := auxIntToFlagConstant(v_0.AuxInt)
    			if !(fc.eq()) {
    				break
    			}
    			b.Reset(BlockFirst)
    			return true
    		}
    		// match: (EQ (FlagConstant [fc]) yes no)
    		// cond: !fc.eq()
    		// result: (First no yes)
    		for b.Controls[0].Op == OpARMFlagConstant {
    			v_0 := b.Controls[0]
    			fc := auxIntToFlagConstant(v_0.AuxInt)
    			if !(!fc.eq()) {
    				break
    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