Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for JLS (0.52 sec)

  1. src/cmd/internal/obj/x86/obj6.go

    		if cursym.CFunc() {
    			p.To.Offset = 3 * int64(ctxt.Arch.PtrSize) // G.stackguard1
    		}
    	}
    
    	// common
    	jls := obj.Appendp(p, newprog)
    	jls.As = AJLS
    	jls.To.Type = obj.TYPE_BRANCH
    
    	end := ctxt.EndUnsafePoint(jls, newprog, -1)
    
    	var last *obj.Prog
    	for last = cursym.Func().Text; last.Link != nil; last = last.Link {
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
  2. maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java

        List<Method> get(String key) {
            return methodByNameMap.get(key);
        }
    
        /**
         * Find a method.  Attempts to find the
         * most specific applicable method using the
         * algorithm described in the JLS section
         * 15.12.2 (with the exception that it can't
         * distinguish a primitive type argument from
         * an object type argument, since in reflection
         * primitive type arguments are represented by
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 17 17:55:08 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/anames.go

    	"INVD",
    	"INVLPG",
    	"INVPCID",
    	"INW",
    	"IRETL",
    	"IRETQ",
    	"IRETW",
    	"JCC",
    	"JCS",
    	"JCXZL",
    	"JCXZQ",
    	"JCXZW",
    	"JEQ",
    	"JGE",
    	"JGT",
    	"JHI",
    	"JLE",
    	"JLS",
    	"JLT",
    	"JMI",
    	"JNE",
    	"JOC",
    	"JOS",
    	"JPC",
    	"JPL",
    	"JPS",
    	"KADDB",
    	"KADDD",
    	"KADDQ",
    	"KADDW",
    	"KANDB",
    	"KANDD",
    	"KANDNB",
    	"KANDND",
    	"KANDNQ",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/arch/arch.go

    	instructions["JL"] = x86.AJLT   /* alternate */
    	instructions["JLE"] = x86.AJLE  /* less than or equal (signed) (ZF = 1 || SF != OF) */
    	instructions["JLO"] = x86.AJCS  /* alternate */
    	instructions["JLS"] = x86.AJLS  /* lower or same (unsigned) (CF = 1 || ZF = 1) */
    	instructions["JLT"] = x86.AJLT  /* less than (signed) (SF != OF) */
    	instructions["JMI"] = x86.AJMI  /* negative (minus) (SF = 1) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 06:51:28 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  5. doc/asm.html

    "".main STEXT size=74 args=0x0 locals=0x10
    	0x0000 00000 (x.go:3)	TEXT	"".main(SB), $16-0
    	0x0000 00000 (x.go:3)	MOVQ	(TLS), CX
    	0x0009 00009 (x.go:3)	CMPQ	SP, 16(CX)
    	0x000d 00013 (x.go:3)	JLS	67
    	0x000f 00015 (x.go:3)	SUBQ	$16, SP
    	0x0013 00019 (x.go:3)	MOVQ	BP, 8(SP)
    	0x0018 00024 (x.go:3)	LEAQ	8(SP), BP
    	0x001d 00029 (x.go:3)	FUNCDATA	$0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    jele.io jele.site jelenia-gora.pl jellybean.jp jeonbuk.kr jeonnam.kr jerusalem.museum jessheim.no jetzt jevnaker.no jewelry jewelry.museum jewish.museum jewishart.museum jfk.museum jgora.pl jinsekikogen.hiroshima.jp jio jl.cn jll jls-sto1.elastx.net jls-sto2.elastx.net jls-sto3.elastx.net jmp jnj jo joboji.iwate.jp jobs jobs.tt joburg joetsu.niigata.jp jogasz.hu johana.toyama.jp joinville.br jolster.no jondal.no jor.br jorpeland.no joso.ibaraki.jp jot jotelulu.cloud journal.aero journalism.museum journalist.aero...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top