Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for fsel (0.11 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (NEG (NEG x)) => x
    
    (CSEL [cc] (MOVDconst [-1]) (MOVDconst [0]) flag) => (CSETM [cc] flag)
    (CSEL [cc] (MOVDconst [0]) (MOVDconst [-1]) flag) => (CSETM [arm64Negate(cc)] flag)
    (CSEL [cc] x (MOVDconst [0]) flag) => (CSEL0 [cc] x flag)
    (CSEL [cc] (MOVDconst [0]) y flag) => (CSEL0 [arm64Negate(cc)] y flag)
    (CSEL [cc] x (ADDconst [1] a) flag) => (CSINC [cc] x a flag)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// CRC32CX <Wd>, <Wn>, <Xm>
    	{0xffe0fc00, 0x9ac05c00, CRC32CX, instArgs{arg_Wd, arg_Wn, arg_Xm}, nil},
    	// CSEL <Wd>, <Wn>, <Wm>, <cond>
    	{0xffe00c00, 0x1a800000, CSEL, instArgs{arg_Wd, arg_Wn, arg_Wm, arg_cond_AllowALNV_Normal}, nil},
    	// CSEL <Xd>, <Xn>, <Xm>, <cond>
    	{0xffe00c00, 0x9a800000, CSEL, instArgs{arg_Xd, arg_Xn, arg_Xm, arg_cond_AllowALNV_Normal}, nil},
    	// DCPS1 {#<imm>}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    			/* operand order: SHB, VRA, VRB, VRT */
    			shb := int(c.regoff(&p.From))
    			o1 = AOP_IRRR(c.opirrr(p.As), uint32(p.To.Reg), uint32(p.Reg), uint32(p.GetFrom3().Reg), uint32(shb))
    		}
    
    	case 84: // ISEL BC,RA,RB,RT -> isel rt,ra,rb,bc
    		bc := c.vregoff(&p.From)
    		if o.a1 == C_CRBIT {
    			// CR bit is encoded as a register, not a constant.
    			bc = int64(p.From.Reg)
    		}
    
    		// rt = To.Reg, ra = p.Reg, rb = p.From3.Reg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    when you have to turn into a chrysalis--you will some day, you
    know--and then after that into a butterfly, I should think you'll
    feel it a little queer, won't you?'
    
      `Not a bit,' said the Caterpillar.
    
      `Well, perhaps your feelings may be different,' said Alice;
    `all I know is, it would feel very queer to ME.'
    
      `You!' said the Caterpillar contemptuously.  `Who are YOU?'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    when you have to turn into a chrysalis--you will some day, you
    know--and then after that into a butterfly, I should think you'll
    feel it a little queer, won't you?'
    
      `Not a bit,' said the Caterpillar.
    
      `Well, perhaps your feelings may be different,' said Alice;
    `all I know is, it would feel very queer to ME.'
    
      `You!' said the Caterpillar contemptuously.  `Who are YOU?'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"CSEL","Bits":"0|0|0|1|1|0|1|0|1|0|0|Rm:5|cond:4|0|0|Rn:5|Rd:5","Arch":"32-bit variant","Syntax":"CSEL <Wd>, <Wn>, <Wm>, <cond>","Code":"","Alias":""},
    {"Name":"CSEL","Bits":"1|0|0|1|1|0|1|0|1|0|0|Rm:5|cond:4|0|0|Rn:5|Rd:5","Arch":"64-bit variant","Syntax":"CSEL <Xd>, <Xn>, <Xm>, <cond>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  7. pkg/config/validation/validation.go

    func validateWasmPluginMatch(selectors []*extensions.WasmPlugin_TrafficSelector) error {
    	if len(selectors) == 0 {
    		return nil
    	}
    	for selIdx, sel := range selectors {
    		if sel == nil {
    			return fmt.Errorf("spec.Match[%d] is nil", selIdx)
    		}
    		for portIdx, port := range sel.Ports {
    			if port == nil {
    				return fmt.Errorf("spec.Match[%d].Ports[%d] is nil", selIdx, portIdx)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    		if p.To.Type == obj.TYPE_NONE {
    			rt = REGZERO
    		}
    		if r == obj.REG_NONE {
    			r = REGZERO
    		}
    		o1 |= (uint32(rf&31) << 16) | (uint32(r&31) << 5) | uint32(rt&31)
    
    	case 18: /* csel cond,Rn,Rm,Rd; cinc/cinv/cneg cond,Rn,Rd; cset cond,Rd */
    		o1 = c.oprrr(p, p.As)
    
    		cond := SpecialOperand(p.From.Offset)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Maps.java

             * a key that appears once in `right` might appear multiple times in `left`). We don't
             * guarantee behavior in that case, anyway, and the current behavior is likely undesirable.
             * So that's either a reason to feel free to change it or a reason to not bother thinking
             * further about this.
             */
            V rightValue = uncheckedCastNullableTToT(onlyOnRight.remove(leftKey));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Maps.java

             * a key that appears once in `right` might appear multiple times in `left`). We don't
             * guarantee behavior in that case, anyway, and the current behavior is likely undesirable.
             * So that's either a reason to feel free to change it or a reason to not bother thinking
             * further about this.
             */
            V rightValue = uncheckedCastNullableTToT(onlyOnRight.remove(leftKey));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
Back to top