Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for afro (0.12 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64.s

    	MRS	ID_AA64MMFR2_EL1, R23              // 570738d5
    	MRS	ID_AA64PFR0_EL1, R20               // 140438d5
    	MRS	ID_AA64PFR1_EL1, R26               // 3a0438d5
    	MRS	ID_AA64ZFR0_EL1, R26               // 9a0438d5
    	MRS	ID_AFR0_EL1, R21                   // 750138d5
    	MRS	ID_DFR0_EL1, R15                   // 4f0138d5
    	MRS	ID_ISAR0_EL1, R11                  // 0b0238d5
    	MRS	ID_ISAR1_EL1, R16                  // 300238d5
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	MSR	R6, ID_AA64PFR1_EL1                              // ERROR "system register is not writable"
    	MSR	R6, ID_AA64ZFR0_EL1                              // ERROR "system register is not writable"
    	MSR	R6, ID_AFR0_EL1                                  // ERROR "system register is not writable"
    	MSR	R6, ID_DFR0_EL1                                  // ERROR "system register is not writable"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
Back to top