Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for set_r28 (0.29 sec)

  1. src/cmd/internal/obj/ppc64/a.out.go

    	REG_R10
    	REG_R11
    	REG_R12
    	REG_R13
    	REG_R14
    	REG_R15
    	REG_R16
    	REG_R17
    	REG_R18
    	REG_R19
    	REG_R20
    	REG_R21
    	REG_R22
    	REG_R23
    	REG_R24
    	REG_R25
    	REG_R26
    	REG_R27
    	REG_R28
    	REG_R29
    	REG_R30
    	REG_R31
    
    	// CR bits. Use Book 1, chapter 2 naming for bits. Keep aligned to 32
    	REG_CR0LT
    	REG_CR0GT
    	REG_CR0EQ
    	REG_CR0SO
    	REG_CR1LT
    	REG_CR1GT
    	REG_CR1EQ
    	REG_CR1SO
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	PT_R23                           = 0x17
    	PT_R24                           = 0x18
    	PT_R25                           = 0x19
    	PT_R26                           = 0x1a
    	PT_R27                           = 0x1b
    	PT_R28                           = 0x1c
    	PT_R29                           = 0x1d
    	PT_R3                            = 0x3
    	PT_R30                           = 0x1e
    	PT_R31                           = 0x1f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	PT_R23                           = 0x17
    	PT_R24                           = 0x18
    	PT_R25                           = 0x19
    	PT_R26                           = 0x1a
    	PT_R27                           = 0x1b
    	PT_R28                           = 0x1c
    	PT_R29                           = 0x1d
    	PT_R3                            = 0x3
    	PT_R30                           = 0x1e
    	PT_R31                           = 0x1f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	PT_R23                           = 0x17
    	PT_R24                           = 0x18
    	PT_R25                           = 0x19
    	PT_R26                           = 0x1a
    	PT_R27                           = 0x1b
    	PT_R28                           = 0x1c
    	PT_R29                           = 0x1d
    	PT_R3                            = 0x3
    	PT_R30                           = 0x1e
    	PT_R31                           = 0x1f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64.go

    	PT_R23                           = 0x17
    	PT_R24                           = 0x18
    	PT_R25                           = 0x19
    	PT_R26                           = 0x1a
    	PT_R27                           = 0x1b
    	PT_R28                           = 0x1c
    	PT_R29                           = 0x1d
    	PT_R3                            = 0x3
    	PT_R30                           = 0x1e
    	PT_R31                           = 0x1f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_ppc64le.go

    	PT_R23                           = 0x17
    	PT_R24                           = 0x18
    	PT_R25                           = 0x19
    	PT_R26                           = 0x1a
    	PT_R27                           = 0x1b
    	PT_R28                           = 0x1c
    	PT_R29                           = 0x1d
    	PT_R3                            = 0x3
    	PT_R30                           = 0x1e
    	PT_R31                           = 0x1f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/opGen.go

    	{22, loong64.REG_R23, 18, "R23"},
    	{23, loong64.REG_R24, 19, "R24"},
    	{24, loong64.REG_R25, 20, "R25"},
    	{25, loong64.REG_R26, 21, "R26"},
    	{26, loong64.REG_R27, 22, "R27"},
    	{27, loong64.REG_R28, 23, "R28"},
    	{28, loong64.REG_R29, 24, "R29"},
    	{29, loong64.REG_R31, 25, "R31"},
    	{30, loong64.REG_F0, -1, "F0"},
    	{31, loong64.REG_F1, -1, "F1"},
    	{32, loong64.REG_F2, -1, "F2"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top