Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for vcmpsq (0.24 sec)

  1. src/cmd/internal/obj/arm64/anames.go

    	"UMULL",
    	"UREM",
    	"UREMW",
    	"UXTB",
    	"UXTBW",
    	"UXTH",
    	"UXTHW",
    	"UXTW",
    	"VADD",
    	"VADDP",
    	"VADDV",
    	"VAND",
    	"VBCAX",
    	"VBIF",
    	"VBIT",
    	"VBSL",
    	"VCMEQ",
    	"VCMTST",
    	"VCNT",
    	"VDUP",
    	"VEOR",
    	"VEOR3",
    	"VEXT",
    	"VFMLA",
    	"VFMLS",
    	"VLD1",
    	"VLD1R",
    	"VLD2",
    	"VLD2R",
    	"VLD3",
    	"VLD3R",
    	"VLD4",
    	"VLD4R",
    	"VMOV",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/anames.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. test/fixedbugs/issue43619.go

    		{fcmple, 1.0, 1.0, 123, 0},
    		{fcmpgt, 1.0, 1.0, 123, 123},
    		{fcmpge, 1.0, 1.0, 123, 0},
    		{fcmpeq, 1.0, 1.0, 123, 0},
    		{fcmpne, 1.0, 1.0, 123, 123},
    
    		{fcmplt, 1.0, 2.0, 123, 0},
    		{fcmple, 1.0, 2.0, 123, 0},
    		{fcmpgt, 1.0, 2.0, 123, 123},
    		{fcmpge, 1.0, 2.0, 123, 123},
    		{fcmpeq, 1.0, 2.0, 123, 123},
    		{fcmpne, 1.0, 2.0, 123, 0},
    
    		{fcmplt, 2.0, 1.0, 123, 123},
    		{fcmple, 2.0, 1.0, 123, 123},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 14 17:23:11 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  4. src/internal/bytealg/compare_ppc64x.s

    	RET
    
    	PCALIGN $16
    cmp8:	// 8 - 15B (0 - 15B if GOPPC64_power10)
    #ifdef GOPPC64_power10
    	SLD	$56,R9,R9
    	LXVLL	R5,R9,V3	// Load bytes starting from MSB to LSB, unused are zero filled.
    	LXVLL	R6,R9,V4
    	VCMPUQ	V3,V4,CR0	// Compare as a 128b integer.
    	SETB_CR0(R6)
    	ISEL	CR0EQ,R3,R6,R3	// If equal, length determines the return value.
    	RET
    #else
    	CMP	R9,$8
    	BLT	cmp4
    	ANDCC	$7,R9,R9
    	_LDBEX	(R0)(R5),R10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 17:33:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top