Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 70 for fdiv (0.13 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/intel.go

    		}
    
    	case FST, FSTP, FISTTP, FIST, FISTP, FBSTP:
    		if len(args) == 1 {
    			args = append(args, "st0")
    		}
    
    	case FLD, FXCH, FCOM, FCOMP, FIADD, FIMUL, FICOM, FICOMP, FISUBR, FIDIV, FUCOM, FUCOMP, FILD, FBLD, FADD, FMUL, FSUB, FSUBR, FISUB, FDIV, FDIVR, FIDIVR:
    		if len(args) == 1 {
    			args = []string{"st0", args[0]}
    		}
    
    	case MASKMOVDQU, MASKMOVQ, XLATB, OUTSB, OUTSW, OUTSD:
    	FixSegment:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 22:23:32 UTC 2017
    - 11.7K bytes
    - Viewed (0)
  2. src/math/pow_s390x.s

    	// special case Pow(-0, y) = +Inf for finite y < 0 and not an odd integer
    	FIDBR	$5, F2, F4		//F2 translate to integer F4
    	FCMPU	F2, F4
    	BNE	zeroNotOdd			// y is not an (odd) integer and y < 0
    	FMOVD	$(2.0), F4
    	FDIV	F4, F2			// F2 = F2 / 2.0
    	FIDBR	$5, F2, F4		//F2 translate to integer F4
    	FCMPU	F2, F4
    	BNE	negZeroOddInt		// y is an odd integer and y < 0
    	BR	zeroNotOdd			// y is not an (odd) integer and y < 0
    
    negZeroGtZero:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  3. src/math/erf_s390x.s

    	WFMADB	V1, V4, V3, V4
    	FMOVD	280(R5), F3
    	WFMADB	V1, V2, V3, V2
    	FMOVD	272(R5), F3
    	WFMADB	V1, V4, V3, V4
    L9:
    	FMOVD	264(R5), F3
    	FMUL	F4, F6
    	FMOVD	256(R5), F4
    	WFMADB	V1, V4, V3, V4
    	FDIV	F6, F2
    	LGDR	F4, R1
    	FSUB	F3, F4
    	FMOVD	248(R5), F6
    	WFMSDB	V4, V6, V1, V4
    	FMOVD	240(R5), F1
    	FMOVD	232(R5), F6
    	WFMADB	V4, V6, V1, V6
    	FMOVD	224(R5), F1
    	FMOVD	216(R5), F3
    	WFMADB	V4, V3, V1, V3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 8.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// FDIV <Sd>, <Sn>, <Sm>
    	{0xffe0fc00, 0x1e201800, FDIV, instArgs{arg_Sd, arg_Sn, arg_Sm}, nil},
    	// FDIV <Dd>, <Dn>, <Dm>
    	{0xffe0fc00, 0x1e601800, FDIV, instArgs{arg_Dd, arg_Dn, arg_Dm}, nil},
    	// FDIV <Vd>.<t>, <Vn>.<t>, <Vm>.<t>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/ppc64.s

    	FMULSCC F1, F2, F3              // ec620073
    	FDIV F1, F2                     // fc420824
    	FDIV F1, F2, F3                 // fc620824
    	FDIVCC F1, F2, F3               // fc620825
    	FDIVS F1, F2                    // ec420824
    	FDIVS F1, F2, F3                // ec620824
    	FDIVSCC F1, F2, F3              // ec620825
    	FTDIV F1, F2, $2                // fd011100
    	FTSQRT F1, $2	                // fd000940
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/s390x.s

    	FSUBS	F2, F13                // b30b00d2
    	FSUB	F3, F12                // b31b00c3
    	FMULS	F4, F11                // b31700b4
    	FMUL	F5, F10                // b31c00a5
    	FDIVS	F6, F9                 // b30d0096
    	FDIV	F7, F8                 // b31d0087
    	FABS	F1, F2                 // b3100021
    	FSQRTS	F3, F4                 // b3140043
    	FSQRT	F5, F15                // b31500f5
    	FIEBR	$0, F0, F1             // b3570010
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go

    		args[0], args[1] = args[1], args[0]
    		fallthrough
    
    	case FCMP, FCMPE:
    		if _, ok := inst.Args[1].(Imm); ok {
    			args[1] = "$(0.0)"
    		}
    		fallthrough
    
    	case FADD, FSUB, FMUL, FNMUL, FDIV, FMAX, FMIN, FMAXNM, FMINNM, FCSEL, FMADD, FMSUB, FNMADD, FNMSUB:
    		if strings.HasSuffix(op, "MADD") || strings.HasSuffix(op, "MSUB") {
    			args[2], args[3] = args[3], args[2]
    		}
    		if r, ok := inst.Args[0].(Reg); ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 17K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		{name: "POPCNTB", argLength: 1, reg: gp11, asm: "POPCNTB"}, // number of set bits in each byte of arg0 placed in corresponding byte
    
    		{name: "FDIV", argLength: 2, reg: fp21, asm: "FDIV"},   // arg0/arg1
    		{name: "FDIVS", argLength: 2, reg: fp21, asm: "FDIVS"}, // arg0/arg1
    
    		{name: "DIVD", argLength: 2, reg: gp21, asm: "DIVD", typ: "Int64"},   // arg0/arg1 (signed 64-bit)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		{name: "FDIVS", argLength: 2, reg: fp21, asm: "FDIVS", resultInArg0: true},                                                   // fp32 arg0 / arg1
    		{name: "FDIV", argLength: 2, reg: fp21, asm: "FDIV", resultInArg0: true},                                                     // fp64 arg0 / arg1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	FCOS:            "FCOS",
    	FDECSTP:         "FDECSTP",
    	FDIV:            "FDIV",
    	FDIVP:           "FDIVP",
    	FDIVR:           "FDIVR",
    	FDIVRP:          "FDIVRP",
    	FFREE:           "FFREE",
    	FFREEP:          "FFREEP",
    	FIADD:           "FIADD",
    	FICOM:           "FICOM",
    	FICOMP:          "FICOMP",
    	FIDIV:           "FIDIV",
    	FIDIVR:          "FIDIVR",
    	FILD:            "FILD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
Back to top