Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for fcmpgt (0.12 sec)

  1. test/fixedbugs/issue43619.go

    		{fcmpgt, 2.0, 1.0, 123, 0},
    		{fcmpge, 2.0, 1.0, 123, 0},
    		{fcmpeq, 2.0, 1.0, 123, 123},
    		{fcmpne, 2.0, 1.0, 123, 0},
    
    		{fcmplt, 1.0, NaN, 123, 123},
    		{fcmple, 1.0, NaN, 123, 123},
    		{fcmpgt, 1.0, NaN, 123, 123},
    		{fcmpge, 1.0, NaN, 123, 123},
    		{fcmpeq, 1.0, NaN, 123, 123},
    		{fcmpne, 1.0, NaN, 123, 0},
    
    		{fcmplt, NaN, 1.0, 123, 123},
    		{fcmple, NaN, 1.0, 123, 123},
    		{fcmpgt, NaN, 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)
  2. src/cmd/internal/obj/arm64/anames.go

    	"EONW",
    	"EOR",
    	"EORW",
    	"ERET",
    	"EXTR",
    	"EXTRW",
    	"FABSD",
    	"FABSS",
    	"FADDD",
    	"FADDS",
    	"FCCMPD",
    	"FCCMPED",
    	"FCCMPES",
    	"FCCMPS",
    	"FCMPD",
    	"FCMPED",
    	"FCMPES",
    	"FCMPS",
    	"FCSELD",
    	"FCSELS",
    	"FCVTDH",
    	"FCVTDS",
    	"FCVTHD",
    	"FCVTHS",
    	"FCVTSD",
    	"FCVTSH",
    	"FCVTZSD",
    	"FCVTZSDW",
    	"FCVTZSS",
    	"FCVTZSSW",
    	"FCVTZUD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/loong64/a.out.go

    	ABGEZ
    	ABLEZ
    	ABGTZ
    	ABLTZ
    	ABFPF
    	ABFPT
    
    	ABNE
    	ABREAK
    	ACLO
    	ACLZ
    
    	ACMPEQD
    	ACMPEQF
    
    	ACMPGED // ACMPGED -> fcmp.sle.d
    	ACMPGEF // ACMPGEF -> fcmp.sle.s
    	ACMPGTD // ACMPGTD -> fcmp.slt.d
    	ACMPGTF // ACMPGTF -> fcmp.slt.s
    
    	ALU12IW
    	ALU32ID
    	ALU52ID
    	APCALAU12I
    	APCADDU12I
    	AJIRL
    	ABGE
    	ABLT
    	ABLTU
    	ABGEU
    
    	ADIV
    	ADIVD
    	ADIVF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/mips/anames.go

    	"BGEZAL",
    	"BGTZ",
    	"BLEZ",
    	"BLTZ",
    	"BLTZAL",
    	"BNE",
    	"BREAK",
    	"CLO",
    	"CLZ",
    	"CMOVF",
    	"CMOVN",
    	"CMOVT",
    	"CMOVZ",
    	"CMPEQD",
    	"CMPEQF",
    	"CMPGED",
    	"CMPGEF",
    	"CMPGTD",
    	"CMPGTF",
    	"DIV",
    	"DIVD",
    	"DIVF",
    	"DIVU",
    	"DIVW",
    	"GOK",
    	"LL",
    	"LLV",
    	"LUI",
    	"MADD",
    	"MOVB",
    	"MOVBU",
    	"MOVD",
    	"MOVDF",
    	"MOVDW",
    	"MOVF",
    	"MOVFD",
    	"MOVFW",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/arch/mips.go

    // one of the CMP instructions that require special handling.
    func IsMIPSCMP(op obj.As) bool {
    	switch op {
    	case mips.ACMPEQF, mips.ACMPEQD, mips.ACMPGEF, mips.ACMPGED,
    		mips.ACMPGTF, mips.ACMPGTD:
    		return true
    	}
    	return false
    }
    
    // IsMIPSMUL reports whether the op (as defined by an mips.A* constant) is
    // one of the MUL/DIV/REM/MADD/MSUB instructions that require special handling.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 04 19:06:44 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/anames.go

    	"ADDW",
    	"AND",
    	"BEQ",
    	"BGEZ",
    	"BLEZ",
    	"BGTZ",
    	"BLTZ",
    	"BFPF",
    	"BFPT",
    	"BNE",
    	"BREAK",
    	"CLO",
    	"CLZ",
    	"CMPEQD",
    	"CMPEQF",
    	"CMPGED",
    	"CMPGEF",
    	"CMPGTD",
    	"CMPGTF",
    	"LU12IW",
    	"LU32ID",
    	"LU52ID",
    	"PCALAU12I",
    	"PCADDU12I",
    	"JIRL",
    	"BGE",
    	"BLT",
    	"BLTU",
    	"BGEU",
    	"DIV",
    	"DIVD",
    	"DIVF",
    	"DIVU",
    	"DIVW",
    	"LL",
    	"LLV",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/arch/loong64.go

    // one of the CMP instructions that require special handling.
    func IsLoong64CMP(op obj.As) bool {
    	switch op {
    	case loong64.ACMPEQF, loong64.ACMPEQD, loong64.ACMPGEF, loong64.ACMPGED,
    		loong64.ACMPGTF, loong64.ACMPGTD:
    		return true
    	}
    	return false
    }
    
    // IsLoong64MUL reports whether the op (as defined by an loong64.A* constant) is
    // one of the MUL/DIV/REM instructions that require special handling.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	FACGT:     "FACGT",
    	FADD:      "FADD",
    	FADDP:     "FADDP",
    	FCCMP:     "FCCMP",
    	FCCMPE:    "FCCMPE",
    	FCMEQ:     "FCMEQ",
    	FCMGE:     "FCMGE",
    	FCMGT:     "FCMGT",
    	FCMLE:     "FCMLE",
    	FCMLT:     "FCMLT",
    	FCMP:      "FCMP",
    	FCMPE:     "FCMPE",
    	FCSEL:     "FCSEL",
    	FCVT:      "FCVT",
    	FCVTAS:    "FCVTAS",
    	FCVTAU:    "FCVTAU",
    	FCVTL:     "FCVTL",
    	FCVTL2:    "FCVTL2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO FCMLT $0, F17, F3                   // 23eae05e
    	//TODO VFCMLT $0, V8.S4, V7.S4             // 07e9a04e
    	FCMPS F3, F17                              // 2022231e
    	FCMPS $(0.0), F8                           // 0821201e
    	FCMPD F11, F27                             // 60236b1e
    	FCMPD $(0.0), F25                          // 2823601e
    	FCMPES F16, F30                            // d023301e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  10. src/internal/bytealg/index_s390x.s

    	BR	notfound
    
    index5plus:
    	CMPBGT	R4, $15, index17plus
    index2to16:
    	CMPBGT	R7, R2, notfound
    	MOVD	$1(R7), R8
    	CMPBGT	R8, R2, index2to16tail
    index2to16loop:
    	// unrolled 2x
    	VLL	R4, (R7), V1
    	VLL	R4, 1(R7), V2
    	VCEQGS	V0, V1, V3
    	BEQ	found
    	MOVD	$1(R7), R7
    	VCEQGS	V0, V2, V4
    	BEQ	found
    	MOVD	$1(R7), R7
    	CMPBLT	R7, R2, index2to16loop
    	CMPBGT	R7, R2, notfound
    index2to16tail:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 04 19:49:44 UTC 2018
    - 5.5K bytes
    - Viewed (0)
Back to top