Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for condBit (0.13 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/gnu.go

    			return "" // don't show cr0 for cmp instructions
    		} else if arg >= CR0 {
    			return fmt.Sprintf("cr%d", int(arg-CR0))
    		}
    		bit := condBit[(arg-Cond0LT)%4]
    		if arg <= Cond0SO {
    			return bit
    		}
    		return fmt.Sprintf("4*cr%d+%s", int(arg-Cond0LT)/4, bit)
    	case Imm:
    		return fmt.Sprintf("%d", arg)
    	case SpReg:
    		switch int(arg) {
    		case 1:
    			return "xer"
    		case 8:
    			return "lr"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go

    	// Condition Regster bits
    	Cond0LT
    	Cond0GT
    	Cond0EQ
    	Cond0SO
    	Cond1LT
    	Cond1GT
    	Cond1EQ
    	Cond1SO
    	Cond2LT
    	Cond2GT
    	Cond2EQ
    	Cond2SO
    	Cond3LT
    	Cond3GT
    	Cond3EQ
    	Cond3SO
    	Cond4LT
    	Cond4GT
    	Cond4EQ
    	Cond4SO
    	Cond5LT
    	Cond5GT
    	Cond5EQ
    	Cond5SO
    	Cond6LT
    	Cond6GT
    	Cond6EQ
    	Cond6SO
    	Cond7LT
    	Cond7GT
    	Cond7EQ
    	Cond7SO
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 03 01:35:44 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 20:21:56 UTC 2017
    - 148 bytes
    - Viewed (0)
  4. code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 18:33:36 UTC 2017
    - 148 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 20:21:56 UTC 2017
    - 148 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 20:21:56 UTC 2017
    - 148 bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 21 15:08:30 UTC 2018
    - 148 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 20:21:56 UTC 2017
    - 148 bytes
    - Viewed (0)
  9. test/convlit.go

    Robert Griesemer <******@****.***> 1616044396 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 23 05:11:09 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  10. CODE_OF_CONDUCT.md

        harassment or another code of conduct violation, report it.
    
    ## Reporting Violations
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 05 18:43:16 UTC 2021
    - 5.2K bytes
    - Viewed (0)
Back to top