Searched full:zfh (Results 1 – 7 of 7) sorted by relevance
229 - const: zfh231 The standard Zfh extension for 16-bit half-precision binary233 version numbers for Zfh/Zfinx") of riscv-isa-manual.239 in commit 64074bc ("Update version numbers for Zfh/Zfinx") of
523 { ZSTD_frameHeader zfh; in ZSTD_getFrameContentSize() local524 if (ZSTD_getFrameHeader(&zfh, src, srcSize) != 0) in ZSTD_getFrameContentSize()526 if (zfh.frameType == ZSTD_skippableFrame) { in ZSTD_getFrameContentSize()529 return zfh.frameContentSize; in ZSTD_getFrameContentSize()696 ZSTD_frameHeader zfh; in ZSTD_findFrameSizeInfo() local699 { size_t const ret = ZSTD_getFrameHeader(&zfh, src, srcSize); in ZSTD_findFrameSizeInfo()706 ip += zfh.headerSize; in ZSTD_findFrameSizeInfo()707 remainingSize -= zfh.headerSize; in ZSTD_findFrameSizeInfo()727 if (zfh.checksumFlag) { in ZSTD_findFrameSizeInfo()734 frameSizeInfo.decompressedBound = (zfh.frameContentSize != ZSTD_CONTENTSIZE_UNKNOWN) in ZSTD_findFrameSizeInfo()[all …]
430 KVM_ISA_EXT_ARR(ZFH), in isa_ext_single_id_to_str()951 KVM_ISA_EXT_SIMPLE_CONFIG(zfh, ZFH);
157 * :c:macro:`RISCV_HWPROBE_EXT_ZFH`: The Zfh extension version 1.0 is supported
131 EXT_KEY(ZFH); in hwprobe_isa_ext0()
275 __RISCV_ISA_EXT_DATA(zfh, RISCV_ISA_EXT_ZFH),
51 KVM_ISA_EXT_ARR(ZFH),