OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_mach
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/gas/config/
tc-m32c.c
90
static int
cpu_mach
= (1 << MACH_M16C);
116
cpu_mach
= (1 << MACH_M16C);
123
cpu_mach
= (1 << MACH_M32C);
174
gas_cgen_cpu_desc = m32c_cgen_cpu_open (CGEN_CPU_OPEN_MACHS,
cpu_mach
,
89
static int
cpu_mach
= (1 << MACH_M16C);
variable
[
all
...]
tc-iq2000.c
67
static int
cpu_mach
= (1 << MACH_IQ2000);
variable
314
gas_cgen_cpu_desc = iq2000_cgen_cpu_open (CGEN_CPU_OPEN_MACHS,
cpu_mach
,
Completed in 420 milliseconds