F16C Contents History Technical information CPUs with F16C References External links Navigation menu"DirectXMath: F16C and FMA"Striking a balancethe originalNew "Bulldozer" and "Piledriver" Instructionseee

SpiderDragonHorus3DNow!AVXXOPCVT16/F16CFMAFMA3FMA4BMIABMBMI1TBMSSE5ASFAESCentrinoCentrino 2ViivMIDTabletCULVUltrabookSkulltrailNUCGalileoEdisonCurieAdvanced Programmable Interrupt ControllerIntel Turbo BoostvProIntel Secure KeyIntel Management EngineActive Management TechnologyAMT versionsHigh-bandwidth Digital Content ProtectionHigh Definition AudioHub ArchitectureRapid Storage TechnologySpeedStepSerial Digital Video OutHost Embedded Controller InterfaceHyper-threadingOmni-PathPlatform Environment Control InterfaceQuickPath InterconnectPlatform Controller HubSystem Management BusThunderboltUltra Path InterconnectAlphaMVIARMNEONSVEMIPSMDMXMIPS-3DMXUMIPS SIMDPA-RISCMAXPower ISAVMXSPARCVISBMIADXAES-NICLMULRdRandSHAMPXSGXVT-xAMD-V


X86 instructionsAdvanced Micro Devices technologies


x86instruction set architecturehalf-precisionsingle-precision floating-point formatsAMDSSEx86AMD64SSE5XOPFMA4IntelAVXIntelAMDx86-64XMM registerYMM registerroundingCPUID with EAX=1






The F16C[1] (previously/informally known as CVT16) instruction set is an x86 instruction set architecture extension which provides support for converting between half-precision and standard IEEE single-precision floating-point formats.




Contents





  • 1 History


  • 2 Technical information


  • 3 CPUs with F16C


  • 4 References


  • 5 External links




History


The CVT16 instruction set, announced by AMD on May 1, 2009, is an extension to the 128-bit SSE core instructions in the x86 and AMD64 instruction set.


CVT16 is a revision of part of the SSE5 instruction set proposal announced on August 30, 2007, which is supplemented by the XOP and FMA4 instruction sets. This revision makes the binary coding of the proposed new instructions more compatible with Intel's AVX instruction extensions, while the functionality of the instructions is unchanged.


In recent documents, the name F16C is formally used in both Intel and AMD x86-64 architecture specifications.



Technical information


There are variants that convert four floating-point values in an XMM register or 8 floating-point values in a YMM register.


The instructions are abbreviations for "vector convert packed half to packed single" and vice versa:



  • VCVTPH2PS xmmreg,xmmrm64 – convert four half-precision floating point values in memory or the bottom half of an XMM register to four single-precision floating-point values in an XMM register.


  • VCVTPH2PS ymmreg,xmmrm128 – convert eight half-precision floating point values in memory or an XMM register (the bottom half of a YMM register) to eight single-precision floating-point values in a YMM register.


  • VCVTPS2PH xmmrm64,xmmreg,imm8 – convert four single-precision floating point values in an XMM register to half-precision floating-point values in memory or the bottom half an XMM register.


  • VCVTPS2PH xmmrm128,ymmreg,imm8 – convert eight single-precision floating point values in a YMM register to half-precision floating-point values in memory or an XMM register.

The 8-bit immediate argument to VCVTPS2PH selects the rounding mode. Values 0–4 select nearest, down, up, truncate, and the mode set in MXCSR.RC.


Support for these instructions is indicated by bit 29 of ECX after CPUID with EAX=1.



CPUs with F16C



  • AMD:

    • Jaguar-based processors and newer


    • Puma-based processors and newer

    • "Heavy Equipment" processors

      • Bulldozer-based processors, Q4 2011[2]


      • Piledriver-based processors, Q4 2012[3]


      • Steamroller-based processors, Q1 2014


      • Excavator-based processors and newer, 2015



    • Zen-based processors, Q1 2017


    • Zen+-based processors, Q2 2018



  • Intel:

    • Ivy Bridge processors and newer


References




  1. ^ Chuck Walbourn (September 11, 2012). "DirectXMath: F16C and FMA"..mw-parser-output cite.citationfont-style:inherit.mw-parser-output .citation qquotes:"""""""'""'".mw-parser-output .citation .cs1-lock-free abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-subscription abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registrationcolor:#555.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration spanborder-bottom:1px dotted;cursor:help.mw-parser-output .cs1-ws-icon abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center.mw-parser-output code.cs1-codecolor:inherit;background:inherit;border:inherit;padding:inherit.mw-parser-output .cs1-hidden-errordisplay:none;font-size:100%.mw-parser-output .cs1-visible-errorfont-size:100%.mw-parser-output .cs1-maintdisplay:none;color:#33aa33;margin-left:0.3em.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-formatfont-size:95%.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-leftpadding-left:0.2em.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-rightpadding-right:0.2em


  2. ^ Dave Christie (2009-05-07), Striking a balance, AMD Developer blogs, archived from the original on 2013-11-09, retrieved 2012-01-17


  3. ^ New "Bulldozer" and "Piledriver" Instructions (PDF), AMD, October 2012




External links


  • New Bulldozer and Piledriver Instructions [1]

  • DirectX math F16C and FMA [2]

  • AMD64 Architecture Programmer's Manual Volume 1 [3]

  • AMD64 Architecture Programmer's Manual Volume 2 [4]

  • AMD64 Architecture Programmer's Manual Volume 3 [5]

  • AMD64 Architecture Programmer's Manual Volume 4 [6]

  • AMD64 Architecture Programmer's Manual Volume 5 [7]

  • IA32 Architectures Software Developer Manual [8]









Advanced Micro Devices technologies, X86 instructionsUncategorized

Popular posts from this blog

Frič See also Navigation menuinternal link

Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant

fontconfig warning: “/etc/fonts/fonts.conf”, line 100: unknown “element blank” The 2019 Stack Overflow Developer Survey Results Are In“tar: unrecognized option --warning” during 'apt-get install'How to fix Fontconfig errorHow do I figure out which font file is chosen for a system generic font alias?Why are some apt-get-installed fonts being ignored by fc-list, xfontsel, etc?Reload settings in /etc/fonts/conf.dTaking 30 seconds longer to boot after upgrade from jessie to stretchHow to match multiple font names with a single <match> element?Adding a custom font to fontconfigRemoving fonts from fontconfig <match> resultsBroken fonts after upgrading Firefox ESR to latest Firefox