Home
last modified time | relevance | path

Searched full:zcb (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5678 dump_size_histograms(zdb_cb_t *zcb) in dump_size_histograms() argument
5703 parm_histo[0].count = zcb->zcb_psize_count; in dump_size_histograms()
5704 parm_histo[0].len = zcb->zcb_psize_len; in dump_size_histograms()
5708 parm_histo[1].count = zcb->zcb_lsize_count; in dump_size_histograms()
5709 parm_histo[1].len = zcb->zcb_lsize_len; in dump_size_histograms()
5713 parm_histo[2].count = zcb->zcb_asize_count; in dump_size_histograms()
5714 parm_histo[2].len = zcb->zcb_asize_len; in dump_size_histograms()
5817 zdb_count_block(zdb_cb_t *zcb, zilog_t *zilog, const blkptr_t *bp, in zdb_count_block() argument
5837 spa_config_enter(zcb->zcb_spa, SCL_CONFIG, FTAG, RW_READER); in zdb_count_block()
5856 ddt_t *ddt = ddt_select(zcb->zcb_spa, bp); in zdb_count_block()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml245 - const: zcb
247 The Zcb extension part of Zc* standard extensions for code size
574 # Zcb depends on Zca
577 const: zcb
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-threecolumn.pem274 ZCB
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td408 : RISCVExtension<"zcb", 1, 0,
409 "'Zcb' (Compressed basic bit manipulation instructions)",
413 "'Zcb' (Compressed basic bit manipulation instructions)">;
H A DRISCVOptWInstrs.cpp23 // * mulw because c.mulw doesn't exist but c.mul does (w/ zcb)
H A DRISCVInstrInfo.td1701 def : LdPat<extloadi8, LBU>; // Prefer unsigned due to no c.lb in Zcb.
1984 def : LdPat<extloadi8, LBU, i32>; // Prefer unsigned due to no c.lb in Zcb.
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp787 if (Exts.count("zcb") != 0) in checkDependency()
788 return getError("'Xwchc' and 'Zcb' extensions are incompatible"); in checkDependency()