Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for WU (0.02 sec)

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

    // Absorb sign and zero extensions into 32-bit comparisons.
    (CMP(W|W|WU|WU)      x (MOV(W|WZ|W|WZ)reg y))   => (CMP(W|W|WU|WU) x y)
    (CMP(W|W|WU|WU)      (MOV(W|WZ|W|WZ)reg x) y)   => (CMP(W|W|WU|WU) x y)
    (CMP(W|W|WU|WU)const (MOV(W|WZ|W|WZ)reg x) [c]) => (CMP(W|W|WU|WU)const x [c])
    
    // Absorb flag constants into branches.
    (BRC {c} (FlagEQ) yes no) && c&s390x.Equal     != 0 => (First yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  2. 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)
  3. src/cmd/internal/obj/loong64/asm.go

    	AAMMAXV:    0x070CB << 15, // ammax.d
    	AAMMINW:    0x070CC << 15, // ammin.w
    	AAMMINV:    0x070CD << 15, // ammin.d
    	AAMMAXWU:   0x070CE << 15, // ammax.wu
    	AAMMAXVU:   0x070CF << 15, // ammax.du
    	AAMMINWU:   0x070D0 << 15, // ammin.wu
    	AAMMINVU:   0x070D1 << 15, // ammin.du
    	AAMSWAPDBB: 0x070BC << 15, // amswap_db.b
    	AAMSWAPDBH: 0x070BD << 15, // amswap_db.h
    	AAMSWAPDBW: 0x070D2 << 15, // amswap_db.w
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  4. 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)
  5. src/compress/flate/testdata/huffman-rand-max.in

    �Ge~E����/����4��TȻ|'`��b�*����-�z�}(��...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top