Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jnle (0.02 sec)

  1. src/runtime/asm_amd64.s

    	// find out information about the processor we're on
    	MOVL	$0, AX
    	CPUID
    	CMPL	AX, $0
    	JE	nocpuinfo
    
    	CMPL	BX, $0x756E6547  // "Genu"
    	JNE	notintel
    	CMPL	DX, $0x49656E69  // "ineI"
    	JNE	notintel
    	CMPL	CX, $0x6C65746E  // "ntel"
    	JNE	notintel
    	MOVB	$1, runtime·isIntel(SB)
    
    notintel:
    	// Load EAX=1 cpuid flags
    	MOVL	$1, AX
    	CPUID
    	MOVL	AX, runtime·processorVersionInfo(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/gzip",
    				"application/x-hdf",
    				"application/x-hwp",
    				"application/x-ibooks+zip",
    				"application/x-iso9660-image",
    				"application/x-itunes-ipa",
    				"application/x-java-jnlp-file",
    				"application/x-java-pack200",
    				"application/x-kdelnk",
    				"application/x-latex",
    				"application/x-mobipocket-ebook",
    				"application/x-ms-application",
    				"application/x-ms-wmd",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top