Searched refs:avr (Results 1 – 25 of 52) sorted by relevance
123
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/TargetInfo/ |
H A D | AVRTargetInfo.cpp | 19 llvm::RegisterTarget<llvm::Triple::avr> X(llvm::getTheAVRTarget(), "avr", in LLVMInitializeAVRTargetInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | README.md | 8 * [Architecture notes](https://github.com/avr-llvm/architecture)
|
H A D | AVRDevices.td | 5 // :TODO: Implement the skip errata, see `gcc/config/avr/avr-arch.h` for details 238 // settings for backwards compatibility - see `gas/config/tc-avr.c` 260 // NOTE: This list has been synchronized with gcc-avr 5.4.0 and avr-libc 2.0.0.
|
/freebsd/crypto/openssl/test/ |
H A D | threadstest.c | 225 double avr, avw; in _torture_rw() local 271 avr = tottime / (rwreader1_iterations + rwreader2_iterations); in _torture_rw() 273 TEST_info("Average read time %e/read", avr); in _torture_rw() 417 double avr, avw; in _torture_rcu() local 465 avr = tottime / (reader1_iterations + reader2_iterations); in _torture_rcu() 467 TEST_info("Average read time %e/read", avr); in _torture_rcu()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 37 case avr: return "avr"; in getArchTypeName() 165 case avr: return "avr"; in getArchTypePrefix() 406 .Case("avr", avr) in getArchTypeForLLVMName() 557 .Case("avr", Triple::avr) in parseArch() 908 case Triple::avr: in getDefaultFormat() 1600 case llvm::Triple::avr: in getArchPointerBitWidth() 1687 case Triple::avr: in get32BitArchVariant() 1768 case Triple::avr: in get64BitArchVariant() 1854 case Triple::avr: in getBigEndianArchVariant() 1957 case Triple::avr: in isLittleEndian()
|
/freebsd/share/timedef/ |
H A D | fr_BE.ISO8859-15.src | 10 avr.
|
H A D | fr_CA.ISO8859-15.src | 10 avr.
|
H A D | fr_CA.UTF-8.src | 10 avr.
|
H A D | fr_CH.ISO8859-15.src | 10 avr.
|
H A D | fr_CH.UTF-8.src | 10 avr.
|
H A D | fr_FR.ISO8859-15.src | 10 avr.
|
H A D | fr_BE.UTF-8.src | 10 avr.
|
H A D | fr_FR.UTF-8.src | 10 avr.
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A D | akebono.txt | 51 - compatible : should be "ibm,akebono-avr".
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | akebono.dts | 239 avr@58 { 240 compatible = "ibm,akebono-avr";
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | RuntimeLibcalls.cpp | 241 if (TT.getArch() == Triple::ArchType::avr) { in initLibcalls()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.sub | 257 | avr | avr32 \
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.sub | 257 | avr | avr32 \
|
/freebsd/contrib/dialog/ |
H A D | config.sub | 1170 | avr | avr32 \
|
/freebsd/contrib/file/ |
H A D | config.sub | 1187 | avr | avr32 \
|
/freebsd/contrib/libevent/build-aux/ |
H A D | config.sub | 1168 | avr | avr32 \
|
/freebsd/crypto/openssh/ |
H A D | config.sub | 1192 | avr | avr32 \
|
/freebsd/contrib/ldns/ |
H A D | config.sub | 1192 | avr | avr32 \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 55 avr, // AVR: Atmel AVR microcontroller enumerator
|
/freebsd/contrib/jemalloc/build-aux/ |
H A D | config.sub | 1170 | avr | avr32 \
|
123