Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xmm9 (0.04 sec)

  1. src/runtime/syscall_windows.go

    	}
    	if k := ft.OutSlice()[0].Kind_ & abi.KindMask; k == abi.Float32 || k == abi.Float64 {
    		// In cdecl and stdcall, float results are returned in
    		// ST(0). In fastcall, they're returned in XMM0.
    		// Either way, it's not AX.
    		panic("compileCallback: float results not supported")
    	}
    	if intArgRegs == 0 {
    		// Make room for the uintptr-sized result.
    		// If there are argument registers, the return value will
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top