OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_cpu
(Results
1 - 25
of
108
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc/dist/gcc/common/config/msp430/
msp430-common.cc
49
target_cpu
= MSP430_CPU_MSP430;
55
target_cpu
= MSP430_CPU_MSP430X;
/src/external/gpl3/gcc.old/dist/gcc/common/config/msp430/
msp430-common.cc
49
target_cpu
= MSP430_CPU_MSP430;
55
target_cpu
= MSP430_CPU_MSP430X;
/src/sys/arch/arm/arm/
psci.c
99
psci_cpu_on(register_t
target_cpu
, register_t entry_point_address,
102
return psci_call(psci_functions[PSCI_FUNC_CPU_ON],
target_cpu
,
/src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.h
89
/*
TARGET_CPU
is a multi-way option set in m32c.opt. While we could
92
#define TARGET_R8C (
target_cpu
== 'r')
93
#define TARGET_M16C (
target_cpu
== '6')
94
#define TARGET_M32CM (
target_cpu
== 'm')
95
#define TARGET_M32C (
target_cpu
== '3')
/src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.h
89
/*
TARGET_CPU
is a multi-way option set in m32c.opt. While we could
92
#define TARGET_R8C (
target_cpu
== 'r')
93
#define TARGET_M16C (
target_cpu
== '6')
94
#define TARGET_M32CM (
target_cpu
== 'm')
95
#define TARGET_M32C (
target_cpu
== '3')
/src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
cpu.m4
12
case "$
target_cpu
" in
/src/external/bsd/pcc/dist/pcc/
configure
659
target_cpu
2349
target_cpu
=$1
2385
case "$
target_cpu
" in
2393
case "$
target_cpu
" in
2410
case "$
target_cpu
" in
2422
case "$
target_cpu
" in
2441
case "$
target_cpu
" in
2452
case "$
target_cpu
" in
2465
case "$
target_cpu
" in
2482
case "$
target_cpu
" i
[
all
...]
/src/external/gpl3/binutils/dist/binutils/
dllwrap.c
91
target_cpu
;
typedef in typeref:enum:__anon9886
94
static
target_cpu
which_cpu = UNKNOWN_CPU;
/src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c
91
target_cpu
;
typedef in typeref:enum:__anon11368
94
static
target_cpu
which_cpu = UNKNOWN_CPU;
/src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc
170
msp430x =
target_cpu
>= MSP430_CPU_MSP430X_DEFAULT;
182
if (
target_cpu
!= MSP430_CPU_MSP430X_DEFAULT && msp430x != xisa)
216
if (
target_cpu
== MSP430_CPU_MSP430X_DEFAULT)
225
if (
target_cpu
== MSP430_CPU_MSP430X_DEFAULT)
242
else if (
target_cpu
== MSP430_CPU_MSP430X_DEFAULT)
/src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc
170
msp430x =
target_cpu
>= MSP430_CPU_MSP430X_DEFAULT;
182
if (
target_cpu
!= MSP430_CPU_MSP430X_DEFAULT && msp430x != xisa)
216
if (
target_cpu
== MSP430_CPU_MSP430X_DEFAULT)
225
if (
target_cpu
== MSP430_CPU_MSP430X_DEFAULT)
242
else if (
target_cpu
== MSP430_CPU_MSP430X_DEFAULT)
/src/external/bsd/top/dist/
configure
661
target_cpu
1896
target_cpu
=$1
6328
if test "$
target_cpu
" = "sparc"; then
6440
if test "$
target_cpu
" = "sparc"; then
6717
if test "$
target_cpu
" = "alpha"; then
7491
target_cpu
!$
target_cpu
$ac_delim
/src/external/gpl3/binutils/dist/gas/
configure
756
target_cpu
2512
target_cpu
=$1
12491
case ${
target_cpu
} in
12556
case ${
target_cpu
} in
12597
mips_cpu=`echo $
target_cpu
| sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12600
mips_cpu=`echo $
target_cpu
| sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12603
mips_cpu=`echo $
target_cpu
| sed -e 's/[a-z]*..//' -e 's/el$//'`
12606
mips_cpu=`echo $
target_cpu
| sed -e 's/^mips//' -e 's/el$//'`
12609
as_fn_error $? "$
target_cpu
isn't a supported MIPS CPU name" "$LINENO" 5
13137
case ${
target_cpu
} i
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
configure
755
target_cpu
2512
target_cpu
=$1
12120
case ${
target_cpu
} in
12206
case ${
target_cpu
} in
12247
mips_cpu=`echo $
target_cpu
| sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12250
mips_cpu=`echo $
target_cpu
| sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12253
mips_cpu=`echo $
target_cpu
| sed -e 's/[a-z]*..//' -e 's/el$//'`
12256
mips_cpu=`echo $
target_cpu
| sed -e 's/^mips//' -e 's/el$//'`
12259
as_fn_error $? "$
target_cpu
isn't a supported MIPS CPU name" "$LINENO" 5
12774
case ${
target_cpu
} i
[
all
...]
/src/external/bsd/byacc/dist/
configure
1125
target_cpu
=`echo "$ac_cv_target" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
8134
s,@
target_cpu
@,$
target_cpu
,;t t
/src/external/bsd/nsd/dist/simdzone/
configure
650
target_cpu
4297
target_cpu
=$1
/src/external/gpl3/gcc/dist/c++tools/
configure
649
target_cpu
2216
target_cpu
=$1
/src/external/gpl3/gcc/dist/fixincludes/
configure
646
target_cpu
3295
target_cpu
=$1
/src/external/gpl3/gcc.old/dist/c++tools/
configure
647
target_cpu
2210
target_cpu
=$1
/src/external/gpl3/gcc.old/dist/fixincludes/
configure
644
target_cpu
3291
target_cpu
=$1
/src/external/gpl3/gdb/dist/gdb/testsuite/
configure
646
target_cpu
2135
target_cpu
=$1
/src/external/gpl3/gdb.old/dist/gdb/testsuite/
configure
646
target_cpu
2135
target_cpu
=$1
/src/external/gpl3/gcc/dist/libdecnumber/
configure
635
target_cpu
4875
target_cpu
=$1
/src/external/gpl3/gcc.old/dist/libdecnumber/
configure
633
target_cpu
4871
target_cpu
=$1
/src/external/gpl3/gdb/dist/libdecnumber/
configure
634
target_cpu
4733
target_cpu
=$1
Completed in 114 milliseconds
1
2
3
4
5
Indexes created Sat Feb 28 05:31:39 UTC 2026