Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Saba (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	REV32:     "REV32",
    	REV64:     "REV64",
    	ROR:       "ROR",
    	RORV:      "RORV",
    	RSHRN:     "RSHRN",
    	RSHRN2:    "RSHRN2",
    	RSUBHN:    "RSUBHN",
    	RSUBHN2:   "RSUBHN2",
    	SABA:      "SABA",
    	SABAL:     "SABAL",
    	SABAL2:    "SABAL2",
    	SABD:      "SABD",
    	SABDL:     "SABDL",
    	SABDL2:    "SABDL2",
    	SADALP:    "SADALP",
    	SADDL:     "SADDL",
    	SADDL2:    "SADDL2",
    	SADDLP:    "SADDLP",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"SABA","Bits":"0|Q|0|0|1|1|1|0|size:2|1|Rm:5|0|1|1|1|1|1|Rn:5|Rd:5","Arch":"Three registers of the same type variant","Syntax":"SABA <Vd>.<T>, <Vn>.<T>, <Vm>.<T>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    //
    // In order to avoid needing heavy lifting here, we adopt
    // the following strategy: there is a stack of available m's
    // that can be stolen. Using compare-and-swap
    // to pop from the stack has ABA races, so we simulate
    // a lock by doing an exchange (via Casuintptr) to steal the stack
    // head and replace the top pointer with MLOCKED (1).
    // This serves as a simple spin lock that we can use even
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Dan Miller <******@****.***>
    temp-dns.com
    
    // Supabase : https://supabase.io
    // Submitted by Inian Parameshwaran <******@****.***>
    supabase.co
    supabase.in
    supabase.net
    su.paba.se
    
    // Symfony, SAS : https://symfony.com/
    // Submitted by Fabien Potencier <******@****.***>
    *.s5y.io
    *.sensiosite.cloud
    
    // Syncloud : https://syncloud.org
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
Back to top