Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

F16C

From Wikipedia, the free encyclopedia
Architectural instruction
This article includes a list ofgeneral references, butit lacks sufficient correspondinginline citations. Please help toimprove this article byintroducing more precise citations.(December 2013) (Learn how and when to remove this message)
For the fighter aircraft, seeF-16C.

TheF16C[1] (previously/informally known asCVT16) instruction set is anx86instruction set architecture extension which provides support for converting betweenhalf-precision and standard IEEEsingle-precision floating-point formats.

History

[edit]

The CVT16 instruction set, announced byAMD on May 1, 2009,[2] is an extension to the 128-bitSSE core instructions in thex86 andAMD64 instruction set.

CVT16 is a revision of part of theSSE5 instruction set proposal announced on August 30, 2007, which is supplemented by theXOP andFMA4 instruction sets. This revision makes the binary coding of the proposed new instructions more compatible withIntel'sAVX instruction extensions, while the functionality of the instructions is unchanged.

In recent documents, the name F16C is formally used in bothIntel andAMDx86-64 architecture specifications.

Technical information

[edit]

There are variants that convert four floating-point values in anXMM register or 8 floating-point values in aYMM 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 toVCVTPS2PH selects therounding mode. Values 0–4 select nearest, down, up, truncate, and the mode set inMXCSR.RC.

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

CPUs with F16C

[edit]

References

[edit]
  1. ^Chuck Walbourn (September 11, 2012)."DirectXMath: F16C and FMA".
  2. ^"128-Bit and 256-Bit XOP, FMA4 and CVT16 Instructions"(PDF).AMD64 Architecture Programmer's Manual. Vol. 6. 2009-05-01. Archived fromthe original(PDF) on 2009-05-20. Retrieved2022-07-05.
  3. ^Dave Christie (2009-05-07),Striking a balance, AMD Developer blogs, archived fromthe original on 2013-11-09, retrieved2012-01-17
  4. ^New "Bulldozer" and "Piledriver" Instructions(PDF), AMD, October 2012

External links

[edit]
AMD technology
Software
Platforms
Current
Obsolete
Technology
Instructions
Intel technology
Platforms
Discontinued
Current
Upcoming
SIMD (RISC)
SIMD (x86)
Bit manipulation
  • BMI (ABM: 2007, BMI1: 2012, BMI2: 2013, TBM: 2012)
  • ADX (2014)
Compressed instructions
Security andcryptography
Transactional memory
Virtualization
Suspended extensions' dates arestruck through.
Retrieved from "https://en.wikipedia.org/w/index.php?title=F16C&oldid=1227910930"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp