Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for rel (0.18 sec)

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

    	BEQ	R1, 2(PC)
    	JAL	foo+0(SB)	// CALL foo(SB)	// 0c000021
    
    //
    // BEQ/BNE
    //
    //	LBRA rreg ',' rel
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    label1:
    	BEQ	R1, 1(PC)	// BEQ R1, 1(PC)	// 10200001
    	BEQ	R1, label1	// BEQ R1, 18		// 1020fffd
    
    //	LBRA rreg ',' sreg ',' rel
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    label2:
    	BEQ	R1, R2, 1(PC)	// BEQ R1, R2, 1(PC)	// 10220001
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/mips.s

    	BEQ	R1, 2(PC)
    	JAL	0(R1)	// CALL (R1)
    	BEQ	R1, 2(PC)
    	JAL	foo+0(SB)	// CALL foo(SB)
    
    //
    // BEQ/BNE
    //
    //	LBRA rreg ',' rel
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    label1:
    	BEQ	R1, 1(PC)
    	BEQ	R1, label1	// BEQ R1, 81
    
    //	LBRA rreg ',' sreg ',' rel
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    label2:
    	BEQ	R1, R2, 1(PC)
    	BEQ	R1, R2, label2	// BEQ R1, R2, 83
    
    //
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 6.7K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <pre class="ebnf">
    Expression = UnaryExpr | Expression binary_op Expression .
    UnaryExpr  = PrimaryExpr | unary_op UnaryExpr .
    
    binary_op  = "||" | "&amp;&amp;" | rel_op | add_op | mul_op .
    rel_op     = "==" | "!=" | "&lt;" | "&lt;=" | ">" | ">=" .
    add_op     = "+" | "-" | "|" | "^" .
    mul_op     = "*" | "/" | "%" | "&lt;&lt;" | "&gt;&gt;" | "&amp;" | "&amp;^" .
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm.s

    	CLZ	R1, R2
    
    //
    // MOVW
    //
    //	LTYPE3 cond gen ',' gen
    //	{
    //		outcode($1, $2, &$3, 0, &$5);
    //	}
    	MOVW.S	R1, R2
    	MOVW	$1, R2
    	MOVW.S	R1<<R2, R3
    
    //
    // B/BL
    //
    //	LTYPE4 cond comma rel
    //	{
    //		outcode($1, $2, &nullgen, 0, &$4);
    //	}
    	B.EQ	1(PC) // BEQ 1(PC)
    
    //	LTYPE4 cond comma nireg
    //	{
    //		outcode($1, $2, &nullgen, 0, &$4);
    //	}
    	BEQ	2(PC)
    	B	foo(SB) // JMP foo(SB)
    	BEQ	2(PC)
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  5. misc/ios/go_ios_exec.go

    	if err != nil {
    		log.Fatal(err)
    	}
    	goroot, err := filepath.EvalSymlinks(runtime.GOROOT())
    	if err != nil {
    		return "", false, err
    	}
    	if strings.HasPrefix(cwd, goroot) {
    		subdir, err := filepath.Rel(goroot, cwd)
    		if err != nil {
    			return "", false, err
    		}
    		return subdir, true, nil
    	}
    
    	for _, p := range filepath.SplitList(build.Default.GOPATH) {
    		pabs, err := filepath.EvalSymlinks(p)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
  6. misc/go_android_exec/main.go

    	}
    	platformToolDir := filepath.Dir(string(bytes.TrimSpace(out)))
    	if platformToolDir == "." {
    		return errors.New("failed to locate cmd/compile for target platform")
    	}
    	relToolDir, err := filepath.Rel(filepath.Join(goroot), platformToolDir)
    	if err != nil {
    		return err
    	}
    	if err := adb("push", platformToolDir, path.Join(deviceGoroot, relToolDir)); err != nil {
    		return err
    	}
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg debug/elf, const DT_MIPS_PROTECTED_GOTIDX DynTag
    pkg debug/elf, const DT_MIPS_RLD_MAP = 1879048214
    pkg debug/elf, const DT_MIPS_RLD_MAP DynTag
    pkg debug/elf, const DT_MIPS_RLD_MAP_REL = 1879048245
    pkg debug/elf, const DT_MIPS_RLD_MAP_REL DynTag
    pkg debug/elf, const DT_MIPS_RLD_TEXT_RESOLVE_ADDR = 1879048237
    pkg debug/elf, const DT_MIPS_RLD_TEXT_RESOLVE_ADDR DynTag
    pkg debug/elf, const DT_MIPS_RLD_VERSION = 1879048193
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/elf, const DT_PLTREL DynTag
    pkg debug/elf, const DT_PLTRELSZ DynTag
    pkg debug/elf, const DT_PREINIT_ARRAY DynTag
    pkg debug/elf, const DT_PREINIT_ARRAYSZ DynTag
    pkg debug/elf, const DT_REL DynTag
    pkg debug/elf, const DT_RELA DynTag
    pkg debug/elf, const DT_RELAENT DynTag
    pkg debug/elf, const DT_RELASZ DynTag
    pkg debug/elf, const DT_RELENT DynTag
    pkg debug/elf, const DT_RELSZ DynTag
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. doc/go_spec.html

    </p>
    
    <pre class="ebnf">
    Expression = UnaryExpr | Expression binary_op Expression .
    UnaryExpr  = PrimaryExpr | unary_op UnaryExpr .
    
    binary_op  = "||" | "&amp;&amp;" | rel_op | add_op | mul_op .
    rel_op     = "==" | "!=" | "&lt;" | "&lt;=" | ">" | ">=" .
    add_op     = "+" | "-" | "|" | "^" .
    mul_op     = "*" | "/" | "%" | "&lt;&lt;" | "&gt;&gt;" | "&amp;" | "&amp;^" .
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg debug/elf, const DT_PLTGOT = 3
    pkg debug/elf, const DT_PLTREL = 20
    pkg debug/elf, const DT_PLTRELSZ = 2
    pkg debug/elf, const DT_PREINIT_ARRAY = 32
    pkg debug/elf, const DT_PREINIT_ARRAYSZ = 33
    pkg debug/elf, const DT_REL = 17
    pkg debug/elf, const DT_RELA = 7
    pkg debug/elf, const DT_RELAENT = 9
    pkg debug/elf, const DT_RELASZ = 8
    pkg debug/elf, const DT_RELENT = 19
    pkg debug/elf, const DT_RELSZ = 18
    pkg debug/elf, const DT_RPATH = 15
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top