Searched refs:core1 (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/gnu/dts/arm/ |
| HD | axm5516-cpus.dtsi | 22 core1 { 36 core1 { 50 core1 { 64 core1 {
|
| HD | mt8135.dtsi | 28 core1 { 37 core1 {
|
| HD | hip04.dtsi | 37 core1 { 51 core1 { 65 core1 { 79 core1 {
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ArchSpec.cpp | 41 static bool cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, … 1045 cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce… in cores_match() argument 1047 if (core1 == core2) in cores_match() 1050 switch (core1) in cores_match() 1233 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match() 1235 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match() 1246 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10)) in cores_match() 1248 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) in cores_match() 1259 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match() 1269 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1) in cores_match() [all …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-debug.c | 322 int core1 = 0; in cvmx_debug_init() local 323 for (core1 = 0; core1 < CVMX_MAX_CORES; core1++) in cvmx_debug_init() 325 if ((1u<<core1) & coremask) in cvmx_debug_init() 326 cvmx_debug_install_handler(core1); in cvmx_debug_init()
|
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 13565 tree core1, core2; in ptr_difference_const() local 13569 core1 = split_address_to_core_and_offset (e1, &bitpos1, &toffset1); in ptr_difference_const() 13574 || !operand_equal_p (core1, core2, 0)) in ptr_difference_const()
|