Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bca (0.01 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/gnu.go

    		return "error: unknown instruction"
    	}
    
    	PC := pc
    	// Special handling for some ops
    	startArg := 0
    	sep := " "
    	opName := inst.Op.String()
    	argList := inst.Args[:]
    
    	switch opName {
    	case "bc", "bcl", "bca", "bcla", "bclr", "bclrl", "bcctr", "bcctrl", "bctar", "bctarl":
    		sfx := inst.Op.String()[2:]
    		bo := int(inst.Args[0].(Imm))
    		bi := inst.Args[1].(CondReg)
    		atsfx := [4]string{"", "?", "-", "+"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/ipset_test.go

    			expectedEntries: []string{"FE80::0202:B3FF:FE1E:8329,tcp:80"},
    		},
    		{
    			name: "ipset sync with updated udp->tcp in hash",
    			set: &utilipset.IPSet{
    				Name: "bca",
    			},
    			setType:         utilipset.HashIPPort,
    			ipv6:            false,
    			activeEntries:   []string{"172.17.0.4,tcp:80", "172.17.0.5,tcp:80"},
    			currentEntries:  []string{"172.17.0.5,udp:53"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top