Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for cmpi (0.04 sec)

  1. src/crypto/sha1/sha1block_386.s

    	MOVL	p_len+8(FP),	DX
    	SHRL	$6,		DX
    	SHLL	$6,		DX
    
    	LEAL	(SI)(DX*1),	DI
    	MOVL	(0*4)(BP),	AX
    	MOVL	(1*4)(BP),	BX
    	MOVL	(2*4)(BP),	CX
    	MOVL	(3*4)(BP),	DX
    	MOVL	(4*4)(BP),	BP
    
    	CMPL	SI,		DI
    	JEQ	end
    
    	MOVL	DI,	84(SP)
    
    loop:
    	MOVL	SI,	88(SP)
    
    	MOVL	AX,	64(SP)
    	MOVL	BX,	68(SP)
    	MOVL	CX,	72(SP)
    	MOVL	DX,	76(SP)
    	MOVL	BP,	80(SP)
    
    	ROUND1(AX, BX, CX, DX, BP, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. src/crypto/sha256/sha256block_386.s

    	SHA256ROUND(index, const, a, b, c, d, e, f, g, h)
    
    TEXT ·block(SB),0,$296-16
    	MOVL	p_base+4(FP), SI
    	MOVL	p_len+8(FP), DX
    	SHRL	$6, DX
    	SHLL	$6, DX
    
    	LEAL	(SI)(DX*1), DI
    	MOVL	DI, 288(SP)
    	CMPL	SI, DI
    	JEQ	end
    
    	LEAL	256(SP), DI		// variables
    
    	MOVL	dig+0(FP), BP
    	MOVL	(0*4)(BP), AX		// a = H0
    	MOVL	AX, (0*4)(DI)
    	MOVL	(1*4)(BP), BX		// b = H1
    	MOVL	BX, (1*4)(DI)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/anames.go

    	"FRIZ",
    	"FRIZCC",
    	"FRIN",
    	"FRINCC",
    	"FRSQRTE",
    	"FRSQRTECC",
    	"FSEL",
    	"FSELCC",
    	"FSQRT",
    	"FSQRTCC",
    	"FSQRTS",
    	"FSQRTSCC",
    	"CNTLZD",
    	"CNTLZDCC",
    	"CMPW",
    	"CMPWU",
    	"CMPB",
    	"FTDIV",
    	"FTSQRT",
    	"DIVD",
    	"DIVDCC",
    	"DIVDE",
    	"DIVDECC",
    	"DIVDEU",
    	"DIVDEUCC",
    	"DIVDVCC",
    	"DIVDV",
    	"DIVDU",
    	"DIVDUCC",
    	"DIVDUVCC",
    	"DIVDUV",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. pkg/slices/slices_test.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package slices
    
    import (
    	"cmp"
    	"fmt"
    	"math/rand"
    	"reflect"
    	"strconv"
    	"testing"
    
    	cmp2 "github.com/google/go-cmp/cmp"
    
    	"istio.io/istio/pkg/test/util/assert"
    	"istio.io/istio/tests/util/leak"
    )
    
    type s struct {
    	Junk string
    }
    
    func TestEqual(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  5. src/cmd/objdump/objdump_test.go

    	"jmp",
    	"callq",
    	"cmpb",
    }
    
    var i386GnuNeed = []string{
    	"jmp",
    	"call",
    	"cmp",
    }
    
    var armNeed = []string{
    	"B main.main(SB)",
    	"BL main.Println(SB)",
    	"RET",
    }
    
    var arm64Need = []string{
    	"JMP main.main(SB)",
    	"CALL main.Println(SB)",
    	"RET",
    }
    
    var armGnuNeed = []string{ // for both ARM and AMR64
    	"ldr",
    	"bl",
    	"cmp",
    }
    
    var ppcNeed = []string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. test/codegen/bits.go

    	return x | ^y
    }
    
    // check bitsets
    func bitSetPowerOf2Test(x int) bool {
    	// amd64:"BTL\t[$]3"
    	return x&8 == 8
    }
    
    func bitSetTest(x int) bool {
    	// amd64:"ANDL\t[$]9, AX"
    	// amd64:"CMPQ\tAX, [$]9"
    	return x&9 == 9
    }
    
    // mask contiguous one bits
    func cont1Mask64U(x uint64) uint64 {
    	// s390x:"RISBGZ\t[$]16, [$]47, [$]0,"
    	return x & 0x0000ffffffff0000
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteAMD64.go

    			b.resetWithControl(BlockAMD64LE, cmp)
    			return true
    		}
    		// match: (If (SETG cmp) yes no)
    		// result: (GT cmp yes no)
    		for b.Controls[0].Op == OpAMD64SETG {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockAMD64GT, cmp)
    			return true
    		}
    		// match: (If (SETGE cmp) yes no)
    		// result: (GE cmp yes no)
    		for b.Controls[0].Op == OpAMD64SETGE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  8. src/runtime/asm_amd64.s

    	MOVQ	SP, (g_stack+stack_hi)(DI)
    
    	// find out information about the processor we're on
    	MOVL	$0, AX
    	CPUID
    	CMPL	AX, $0
    	JE	nocpuinfo
    
    	CMPL	BX, $0x756E6547  // "Genu"
    	JNE	notintel
    	CMPL	DX, $0x49656E69  // "ineI"
    	JNE	notintel
    	CMPL	CX, $0x6C65746E  // "ntel"
    	JNE	notintel
    	MOVB	$1, runtime·isIntel(SB)
    
    notintel:
    	// Load EAX=1 cpuid flags
    	MOVL	$1, AX
    	CPUID
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  9. src/crypto/sha512/sha512block_amd64.s

    	SHA512ROUND(index, const, a, b, c, d, e, f, g, h)
    
    TEXT ·blockAMD64(SB),0,$648-32
    	MOVQ	p_base+8(FP), SI
    	MOVQ	p_len+16(FP), DX
    	SHRQ	$7, DX
    	SHLQ	$7, DX
    
    	LEAQ	(SI)(DX*1), DI
    	MOVQ	DI, 640(SP)
    	CMPQ	SI, DI
    	JEQ	end
    
    	MOVQ	dig+0(FP), BP
    	MOVQ	(0*8)(BP), R8		// a = H0
    	MOVQ	(1*8)(BP), R9		// b = H1
    	MOVQ	(2*8)(BP), R10		// c = H2
    	MOVQ	(3*8)(BP), R11		// d = H3
    	MOVQ	(4*8)(BP), R12		// e = H4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal_test.go

    			for i, level := range tc.reportedLevels {
    				podMetric := cmapi.MetricValue{
    					DescribedObject: v1.ObjectReference{
    						Kind:      "Pod",
    						Name:      fmt.Sprintf("%s-%d", podNamePrefix, i),
    						Namespace: namespace,
    					},
    					Timestamp: metav1.Time{Time: time.Now()},
    					Metric: cmapi.MetricIdentifier{
    						Name: "qps",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top