Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for jumpX86 (0.32 sec)

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

    	case "ppc64le":
    		return archPPC64(&ppc64.Linkppc64le)
    	case "riscv64":
    		return archRISCV64(shared)
    	case "s390x":
    		return archS390x()
    	case "wasm":
    		return archWasm()
    	}
    	return nil
    }
    
    func jumpX86(word string) bool {
    	return word[0] == 'J' || word == "CALL" || strings.HasPrefix(word, "LOOP") || word == "XBEGIN"
    }
    
    func jumpRISCV(word string) bool {
    	switch word {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg debug/elf, const R_ARM_THM_JUMP19 R_ARM
    pkg debug/elf, const R_ARM_THM_JUMP24 = 30
    pkg debug/elf, const R_ARM_THM_JUMP24 R_ARM
    pkg debug/elf, const R_ARM_THM_JUMP6 = 52
    pkg debug/elf, const R_ARM_THM_JUMP6 R_ARM
    pkg debug/elf, const R_ARM_THM_JUMP8 = 103
    pkg debug/elf, const R_ARM_THM_JUMP8 R_ARM
    pkg debug/elf, const R_ARM_THM_MOVT_ABS = 48
    pkg debug/elf, const R_ARM_THM_MOVT_ABS R_ARM
    pkg debug/elf, const R_ARM_THM_MOVT_BREL = 88
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  3. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 R_AARCH64
    pkg debug/elf, const R_AARCH64_IRELATIVE = 1032
    pkg debug/elf, const R_AARCH64_IRELATIVE R_AARCH64
    pkg debug/elf, const R_AARCH64_JUMP26 = 282
    pkg debug/elf, const R_AARCH64_JUMP26 R_AARCH64
    pkg debug/elf, const R_AARCH64_JUMP_SLOT = 1026
    pkg debug/elf, const R_AARCH64_JUMP_SLOT R_AARCH64
    pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC = 312
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top