Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for WU (0.1 sec)

  1. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (MOVHBRstore ptr (MOV(H|HZ|W|WZ)reg x) mem) => (MOVHBRstore ptr x mem)
    (MOVWBRstore ptr (MOV(W|WZ)reg x) mem) => (MOVWBRstore ptr x mem)
    
    // Lose W-widening ops fed to compare-W
    (CMP(W|WU) x (MOV(W|WZ)reg y)) => (CMP(W|WU) x y)
    (CMP(W|WU) (MOV(W|WZ)reg x) y) => (CMP(W|WU) x y)
    
    (CMP x (MOVDconst [c])) && is16Bit(c) => (CMPconst x [c])
    (CMP (MOVDconst [c]) y) && is16Bit(c) => (InvertFlags (CMPconst y [c]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  2. docs/en/data/people.yml

      count: 5
      avatarUrl: https://avatars.githubusercontent.com/u/90090313?v=4
      url: https://github.com/shashstormer
    - login: wu-clan
      count: 5
      avatarUrl: https://avatars.githubusercontent.com/u/52145145?u=f8c9e5c8c259d248e1683fedf5027b4ee08a0967&v=4
      url: https://github.com/wu-clan
    - login: abhint
      count: 5
      avatarUrl: https://avatars.githubusercontent.com/u/25699289?u=b5d219277b4d001ac26fb8be357fddd88c29d51b&v=4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. RELEASE.md

    superryanguo, Sven Mayer, Tapan Prakash, Tiago Morais Morgado, Till Hoffmann, Tj
    Rana, Vadim Markovtsev, vhasanov, Wei Wu, windead, Yan (Asta) Li, Yan Chen, Yann
    Henon, Yi Wang, Yong Tang, yorkie, Yuan (Terry) Tang, Yuxin Wu, zhengjiajin,
    zhongzyd, 黄璞
    
    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)
  4. src/net/http/h2_bundle.go

    	streamID uint32 // or 0 for conn-level
    	n        uint32
    }
    
    func (wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
    
    func (wu http2writeWindowUpdate) writeFrame(ctx http2writeContext) error {
    	return ctx.Framer().WriteWindowUpdate(wu.streamID, wu.n)
    }
    
    // encodeHeaders encodes an http.Header. If keys is not nil, then (k, h[k])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top