Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for arm (0.18 sec)

  1. src/cmd/asm/internal/arch/arm.go

    	switch op {
    	case arm.AMULA, arm.AMULS, arm.AMMULA, arm.AMMULS, arm.AMULABB, arm.AMULAWB, arm.AMULAWT:
    		return true
    	}
    	return false
    }
    
    var bcode = []obj.As{
    	arm.ABEQ,
    	arm.ABNE,
    	arm.ABCS,
    	arm.ABCC,
    	arm.ABMI,
    	arm.ABPL,
    	arm.ABVS,
    	arm.ABVC,
    	arm.ABHI,
    	arm.ABLS,
    	arm.ABGE,
    	arm.ABLT,
    	arm.ABGT,
    	arm.ABLE,
    	arm.AB,
    	obj.ANOP,
    }
    
    Go
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Nov 18 17:59:44 GMT 2022
    - 6.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm.s

    //			($1 << 20) |		/* MCR/MRC */
    //			(($2^C_SCOND_XOR) << 28) |		/* scond */
    //			(($3 & 15) << 8) |	/* coprocessor number */
    //			(($5 & 7) << 21) |	/* coprocessor operation */
    //			(($7 & 15) << 12) |	/* arm register */
    //			(($9 & 15) << 16) |	/* Crn */
    //			(($11 & 15) << 0) |	/* Crm */
    //			(($12 & 7) << 5) |	/* coprocessor information */
    //			(1<<4));			/* must be set */
    //		outcode(AMRC, Always, &nullgen, 0, &g);
    Others
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  3. arm_compiler.BUILD

    )
    
    filegroup(
        name = "as",
        srcs = glob(["bin/*-as"]),
    )
    
    filegroup(
        name = "compiler_pieces",
        srcs = glob([
            "arm-rpi-linux-gnueabihf/**",
            "libexec/**",
            "lib/gcc/arm-rpi-linux-gnueabihf/**",
            "include/**",
        ]),
    )
    
    filegroup(
        name = "aarch64_compiler_pieces",
        srcs = glob([
            "aarch64-none-linux-gnu/**",
    Plain Text
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Mon Apr 12 11:17:46 GMT 2021
    - 1.2K bytes
    - Viewed (0)
  4. .github/workflows/arm-ci.yml

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    
    name: ARM CI
    
    on:
      push:
        branches:
          - master
          - r2.**
    permissions:
      contents: read
    
    jobs:
      build:
        # Don't do this in forks, and if labeled, only for 'kokoro:force-run'
    Others
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Wed Feb 07 17:41:21 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  5. .github/workflows/arm-cd.yml

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    
    name: ARM CD
    
    on:
      push:
        tags:
          - v2.**
        branches:
          - r2.**
      schedule:
        - cron: '0 8 * * *'
    
    permissions:
      contents: read
    
    jobs:
      build:
    Others
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Tue Mar 05 10:24:16 GMT 2024
    - 3K bytes
    - Viewed (1)
  6. .github/workflows/arm-ci-extended.yml

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    
    name: ARM CI Extended
    
    on:
      push:
        tags:
          - v2.**
      schedule:
        - cron: '0 4 * * *'
    
    permissions:
      contents: read
    
    jobs:
      build:
    Others
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Tue Mar 05 10:24:16 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  7. .github/workflows/arm-ci-extended-cpp.yml

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    
    name: ARM CI Extended C++
    
    on:
      push:
        tags:
          - v2.**
      schedule:
        - cron: '0 2 * * *'
    
    permissions:
      contents: read
    
    jobs:
      build:
    Others
    - Registered: Tue Apr 16 12:39:09 GMT 2024
    - Last Modified: Wed Feb 07 17:41:21 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg log/syslog (netbsd-arm), const LOG_LOCAL5 Priority
    pkg log/syslog (netbsd-arm), const LOG_LOCAL6 Priority
    pkg log/syslog (netbsd-arm), const LOG_LOCAL7 Priority
    pkg log/syslog (netbsd-arm), const LOG_LPR Priority
    pkg log/syslog (netbsd-arm), const LOG_MAIL Priority
    pkg log/syslog (netbsd-arm), const LOG_NEWS Priority
    pkg log/syslog (netbsd-arm), const LOG_NOTICE Priority
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.1.txt

    pkg debug/elf, const R_ARM_GOTPC = 25
    pkg debug/elf, const R_ARM_JUMP_SLOT = 22
    pkg debug/elf, const R_ARM_NONE = 0
    pkg debug/elf, const R_ARM_PC13 = 4
    pkg debug/elf, const R_ARM_PC24 = 1
    pkg debug/elf, const R_ARM_PLT32 = 27
    pkg debug/elf, const R_ARM_RABS32 = 253
    pkg debug/elf, const R_ARM_RBASE = 255
    pkg debug/elf, const R_ARM_REL32 = 3
    pkg debug/elf, const R_ARM_RELATIVE = 23
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.txt

    pkg debug/elf, const R_ARM_GOTPC R_ARM
    pkg debug/elf, const R_ARM_JUMP_SLOT R_ARM
    pkg debug/elf, const R_ARM_NONE R_ARM
    pkg debug/elf, const R_ARM_PC13 R_ARM
    pkg debug/elf, const R_ARM_PC24 R_ARM
    pkg debug/elf, const R_ARM_PLT32 R_ARM
    pkg debug/elf, const R_ARM_RABS32 R_ARM
    pkg debug/elf, const R_ARM_RBASE R_ARM
    pkg debug/elf, const R_ARM_REL32 R_ARM
    pkg debug/elf, const R_ARM_RELATIVE R_ARM
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top