Searched full:zca (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/riscv/sophgo/ |
| H A D | sg2044-cpus.dtsi | 33 "zbs", "zca", "zcb", "zcd", 69 "zbs", "zca", "zcb", "zcd", 105 "zbs", "zca", "zcb", "zcd", 141 "zbs", "zca", "zcb", "zcd", 177 "zbs", "zca", "zcb", "zcd", 213 "zbs", "zca", "zcb", "zcd", 249 "zbs", "zca", "zcb", "zcd", 285 "zbs", "zca", "zcb", "zcd", 321 "zbs", "zca", "zcb", "zcd", 357 "zbs", "zca", "zcb", "zcd", [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | extensions.yaml | 301 - const: zca 303 The Zca extension part of Zc* standard extensions for code size 703 # Zcb depends on Zca 709 const: zca 710 # Zcd depends on Zca and D 717 const: zca 720 # Zcf depends on Zca and F 727 const: zca 730 # Zcmop depends on Zca 736 const: zca
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | riscv.c | 331 SET_RISCV_HWPROBE_EXT_SINGLE_RISCV_FEATURE(ZCA); in initRISCVFeature()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 47 // ZCA interface used by Intel(R) Inspector. Intel(R) Parallel Amplifier uses 49 // ZCA; it would be safe to turn this off until wider support becomes available.
|
| /freebsd/contrib/file/tests/ |
| H A D | matilde.arm.testfile | 23 …A���ɴ�C!�����`���<�?�� @Z�8�r���Z{��B�"��<'W�}�-��W���P^�TZcA���3<o��l-"������…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 379 // FIXME: Update this message - Zca always implies C. 384 "'Zca' (part of the C extension, excluding "
|
| H A D | RISCVFrameLowering.cpp | 1692 // sd s11, 0(sp) # 4 bytes, or 2 bytes with Zca in estimateFunctionSizeInBytes() 1696 // j .dest_bb # 4 bytes, or 2 bytes with Zca in estimateFunctionSizeInBytes() 1698 // ld s11, 0(sp) # 4 bytes, or 2 bytes with Zca in estimateFunctionSizeInBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 372 Features.AddFeature("zca"); in getRISCVFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 531 llvm::is_contained(Features, "+zca"); in initRelaxAux()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 463 // The canonical nop with Zca is c.nop. in writeNopData()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 2264 Features["zca"] = ExtMask & (1ULL << 43); // RISCV_HWPROBE_EXT_ZCA in getHostCPUFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 3182 clearFeatureBits(RISCV::FeatureStdExtZca, "zca"); in parseDirectiveOption()
|