Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bfi1 (0.07 sec)

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

    			v.AddArg2(x0, y)
    			return true
    		}
    		break
    	}
    	// match: (OR (UBFIZ [bfc] x) (ANDconst [ac] y))
    	// cond: ac == ^((1<<uint(bfc.getARM64BFwidth())-1) << uint(bfc.getARM64BFlsb()))
    	// result: (BFI [bfc] y x)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpARM64UBFIZ {
    				continue
    			}
    			bfc := auxIntToArm64BitField(v_0.AuxInt)
    			x := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. RELEASE.md

    Nishant Agrawal, Petr Janda, Yuncheng Li, @raix852, Robert Rose,
    @Robin-des-Bois, Rohit Girdhar, Sam Abrahams, satok16, Sergey Kishchenko, Sharkd
    Tu, @shotat, Siddharth Agrawal, Simon Denel, @sono-bfio, SunYeop Lee, Thijs
    Vogels, @tobegit3hub, @Undo1, Wang Yang, Wenjian Huang, Yaroslav Bulatov, Yuan
    Tang, Yunfeng Wang, Ziming Dong
    
    We are also grateful to all who filed issues or helped resolve them, asked and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top