Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mysa (0.03 sec)

  1. plugin/pkg/admission/noderestriction/admission_test.go

    			err:        "not bound to a pod",
    		},
    		{
    			name:       "forbid create of token bound to nonexistant pod",
    			podsGetter: noExistingPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/asm0.go

    	}
    	return false
    }
    
    // MSA Two-bit Data Format Field Encoding
    func (c *ctxt0) twobitdf(a obj.As) uint32 {
    	switch a {
    	case AVMOVB:
    		return 0
    	case AVMOVH:
    		return 1
    	case AVMOVW:
    		return 2
    	case AVMOVD:
    		return 3
    	default:
    		c.ctxt.Diag("unsupported data format %v", a)
    	}
    	return 0
    }
    
    // MSA Load/Store offset have to be multiple of size of data format
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/elf.go

    		gnuattributes.AddUint8(1)                 // 1:file, 2: section, 3: symbol, 1 here
    		gnuattributes.AddUint32(ctxt.Arch, 7)     // tag length, including tag, 7 here
    		gnuattributes.AddUint8(4)                 // 4 for FP, 8 for MSA
    		if buildcfg.GOMIPS == "softfloat" {
    			gnuattributes.AddUint8(MIPS_FPABI_SOFT)
    		} else {
    			// Note: MIPS_FPABI_ANY is bad naming: in fact it is MIPS I style FPR usage.
    			//       It is not for 'ANY'.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top