Home
last modified time | relevance | path

Searched full:zba (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/riscv/sophgo/
H A Dsg2044-cpus.dtsi32 "zawrs", "zba", "zbb", "zbc",
68 "zawrs", "zba", "zbb", "zbc",
104 "zawrs", "zba", "zbb", "zbc",
140 "zawrs", "zba", "zbb", "zbc",
176 "zawrs", "zba", "zbb", "zbc",
212 "zawrs", "zba", "zbb", "zbc",
248 "zawrs", "zba", "zbb", "zbc",
284 "zawrs", "zba", "zbb", "zbc",
320 "zawrs", "zba", "zbb", "zbc",
356 "zawrs", "zba", "zbb", "zbc",
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strstr.d52 strstr(str, "baz"), strstr(str, "zba"),
53 strstr(strstr(str, "baz"), strstr(str, "zba")));
/freebsd/sys/net/
H A Dbpf_zerocopy.c528 struct zbuf *zba, *zbb; in bpf_zerocopy_ioctl_setzbuf() local
551 &zba); in bpf_zerocopy_ioctl_setzbuf()
557 zbuf_free(zba); in bpf_zerocopy_ioctl_setzbuf()
569 zbuf_free(zba); in bpf_zerocopy_ioctl_setzbuf()
575 * Point BPF descriptor at buffers; initialize sbuf as zba so that in bpf_zerocopy_ioctl_setzbuf()
579 d->bd_sbuf = (caddr_t)zba; in bpf_zerocopy_ioctl_setzbuf()
/freebsd/sys/contrib/device-tree/src/riscv/spacemit/
H A Dk1.dtsi60 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
90 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
120 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
150 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
180 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
210 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
240 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
270 "zifencei", "zihintpause", "zihpm", "zfh", "zba",
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_riscvcap.pod33 zba/zbb/zbs would not be implied in the capability vector.
39 =item ZBA
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleZb.td11 // Zba extension
50 // Zba extension
H A DRISCVSchedXiangShanNanHu.td78 // Zba
277 // Zba
H A DRISCVSchedMIPSP8700.td51 // Handle zba.
H A DRISCVSchedGenericOOO.td231 // Zba extension
429 // Zba extension
H A DRISCVSchedSyntacoreSCR7.td85 // Zba
H A DRISCVSchedAndes45.td195 // Zba extension
H A DRISCVFeatures.td475 "'Zba' (Address Generation Instructions)">;
504 : RISCVExtension<1, 0, "the collection of the Zba, Zbb, Zbs extensions",
1081 "'Zba' (Address Generation Instructions) or "
H A DRISCVInstrInfoZb.td11 // Zba - 1.0
H A DRISCVISelDAGToDAG.cpp221 // If we have Zba we can use (ADD_UW X, (SLLI X, 32)) to handle cases where in selectImm()
1209 // - with Zba it's just (slli.uw X, C) in Select()
1210 // - without Zba a tablegen pattern applies the very same in Select()
H A DRISCVInstrInfo.cpp4505 // We can use Zba SHXADD+SLLI instructions for multiply in some cases. in mulImm()
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_riscvcap.3100 .IP ZBA 4
101 .IX Item "ZBA"
/freebsd/crypto/openssl/include/crypto/
H A Driscv_arch.def29 RISCV_DEFINE_CAP(ZBA, 0, 0, 4, (1 << 3))
/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c70 "[\\Z1\\ZbA\\Znuto]: guided partitioning tool.\n" in diskmenu_show()
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110.dtsi32 riscv,isa-extensions = "i", "m", "a", "c", "zba", "zbb", "zicntr", "zicsr",
61 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zba", "zbb", "zicntr",
94 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zba", "zbb", "zicntr",
127 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zba", "zbb", "zicntr",
160 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zba", "zbb", "zicntr",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp239 // If we have exactly 32 leading zeros and Zba, we can try using zext.w at in generateInstSeqLeadingZeros()
394 // Perform optimization with SH*ADD in the Zba extension. in generateInstSeq()
528 // If we have Zba, we can use (ADD_UW X, (SLLI X, 32)). in generateTwoRegInstSeq()
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml258 - const: zba
260 The standard Zba bit-manipulation extension for address generation
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Driscv.c291 SET_RISCV_HWPROBE_EXT_SINGLE_RISCV_FEATURE(ZBA); in initRISCVFeature()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp161 // (e.g. zba1p0 is extension 'zba' of version '1p0'). So the function will
H A DHost.cpp2223 Features["zba"] = ExtMask & (1 << 3); // RISCV_HWPROBE_EXT_ZBA in getHostCPUFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp833 // If we have Zba we can use (ADD_UW X, (SLLI X, 32)) to handle cases where in shouldBeInConstantPool()

12