Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for Cond (0.07 sec)

  1. src/go/printer/nodes.go

    		if s.Label != nil {
    			p.print(blank)
    			p.expr(s.Label)
    		}
    
    	case *ast.BlockStmt:
    		p.block(s, 1)
    
    	case *ast.IfStmt:
    		p.print(token.IF)
    		p.controlClause(false, s.Init, s.Cond, nil)
    		p.block(s.Body, 1)
    		if s.Else != nil {
    			p.print(blank, token.ELSE, blank)
    			switch s.Else.(type) {
    			case *ast.BlockStmt, *ast.IfStmt:
    				p.stmt(s.Else, nextIsRBrace)
    			default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (If (FLessThan cc) yes no) => (FLT cc yes no)
    (If (FLessEqual cc) yes no) => (FLE cc yes no)
    (If (FGreaterThan cc) yes no) => (FGT cc yes no)
    (If (FGreaterEqual cc) yes no) => (FGE cc yes no)
    
    (If cond yes no) => (NE (CMPconst [0] (ANDconst [1] cond)) yes no)
    
    // Absorb boolean tests into block
    (NE (CMPconst [0] (ANDconst [1] ((Equal|NotEqual|LessThan|LessEqual|GreaterThan|GreaterEqual) cc))) yes no) => ((EQ|NE|LT|LE|GT|GE) cc yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (LocalAddr <t> {sym} base _)  && !t.Elem().HasPointers() => (MOVDaddr {sym} base)
    (ITab (Load ptr mem)) => (MOVDload ptr mem)
    
    // block rewrites
    (If cond yes no) => (CLIJ {s390x.LessOrGreater} (MOVBZreg <typ.Bool> cond) [0] yes no)
    
    // Write barrier.
    (WB ...) => (LoweredWB ...)
    
    (PanicBounds [kind] x y mem) && boundsABI(kind) == 0 => (LoweredPanicBoundsA [kind] x y mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/riscv/obj.go

    }
    
    func ParseSuffix(prog *obj.Prog, cond string) (err error) {
    	switch prog.As {
    	case AFCVTWS, AFCVTLS, AFCVTWUS, AFCVTLUS, AFCVTWD, AFCVTLD, AFCVTWUD, AFCVTLUD:
    		prog.Scond, err = rmSuffixEncode(strings.TrimPrefix(cond, "."))
    	}
    	return
    }
    
    var LinkRISCV64 = obj.LinkArch{
    	Arch:           sys.ArchRISCV64,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM.rules

    (If (GreaterThan cc) yes no) => (GT cc yes no)
    (If (GreaterThanU cc) yes no) => (UGT cc yes no)
    (If (GreaterEqual cc) yes no) => (GE cc yes no)
    (If (GreaterEqualU cc) yes no) => (UGE cc yes no)
    
    (If cond yes no) => (NE (CMPconst [0] cond) yes no)
    
    // Absorb boolean tests into block
    (NE (CMPconst [0] (Equal cc)) yes no) => (EQ cc yes no)
    (NE (CMPconst [0] (NotEqual cc)) yes no) => (NE cc yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64.s

    	CASPD	(R30, ZR), (RSP), (R8, R9)           // e87f3e48
    	CASPW	(R6, R7), (R8), (R4, R5)             // 047d2608
    	CASPD	(R2, R3), (R2), (R8, R9)             // 487c2248
    
    // RET
    	RET
    	RET	foo(SB)
    
    // B/BL/B.cond cases, and canonical names JMP, CALL.
    	BL	1(PC)      // CALL 1(PC)
    	BL	(R2)       // CALL (R2)
    	BL	foo(SB)    // CALL foo(SB)
    	BL	bar<>(SB)  // CALL bar<>(SB)
    	B	foo(SB)    // JMP foo(SB)
    	BEQ	1(PC)
    	BEQ	2(PC)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.h

    // TF_FinishWhile() or TF_AbortWhile().
    //
    // Missing functionality (TODO):
    // - Gradients
    // - Reference-type inputs
    // - Directly referencing external tensors from the cond/body graphs (this is
    //   possible in the Python API)
    TF_CAPI_EXPORT extern TF_WhileParams TF_NewWhile(TF_Graph* g, TF_Output* inputs,
                                                     int ninputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm/asm5.go

    	sc &= C_SCOND
    	sc ^= C_SCOND_XOR
    	if a == ABL || a == obj.ADUFFZERO || a == obj.ADUFFCOPY {
    		return uint32(sc)<<28 | 0x5<<25 | 0x1<<24
    	}
    	if sc != 0xe {
    		c.ctxt.Diag("%v: .COND on bcond instruction", p)
    	}
    	switch a {
    	case ABEQ:
    		return 0x0<<28 | 0x5<<25
    	case ABNE:
    		return 0x1<<28 | 0x5<<25
    	case ABCS:
    		return 0x2<<28 | 0x5<<25
    	case ABHS:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  9. src/encoding/xml/marshal_test.go

    	{
    		Value: &SecretAgent{
    			Handle:    "007",
    			Identity:  "James Bond",
    			Obfuscate: "<redacted/>",
    		},
    		ExpectXML:   `<agent handle="007"><Identity>James Bond</Identity><redacted/></agent>`,
    		MarshalOnly: true,
    	},
    	{
    		Value: &SecretAgent{
    			Handle:    "007",
    			Identity:  "James Bond",
    			Obfuscate: "<Identity>James Bond</Identity><redacted/>",
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
Back to top