Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for block64 (0.08 sec)

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

    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (Leq32U x y)
    	// result: (Not (Less32U y x))
    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpNot)
    		v0 := b.NewValue0(v.Pos, OpLess32U, typ.Bool)
    		v0.AddArg2(y, x)
    		v.AddArg(v0)
    		return true
    	}
    }
    func rewriteValueRISCV64_OpLeq64(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
Back to top