OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loongarch_isa
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-def.h
37
- The target ISA is encoded with a "struct
loongarch_isa
" defined
147
struct
loongarch_isa
struct
160
loongarch_isa
() :
function in struct:loongarch_isa
163
loongarch_isa
base_ (int _base) { base = _base; return *this; }
164
loongarch_isa
fpu_ (int _fpu) { fpu = _fpu; return *this; }
165
loongarch_isa
simd_ (int _simd) { simd = _simd; return *this; }
166
loongarch_isa
evolution_ (int64_t _evolution)
178
struct
loongarch_isa
isa;
219
extern loongarch_def_array<
loongarch_isa
, N_ARCH_TYPES>
232
loongarch_def_array<
loongarch_isa
, N_ABI_EXT_TYPES>
[
all
...]
loongarch-def.cc
55
array_arch<
loongarch_isa
> loongarch_cpu_default_isa =
56
array_arch<
loongarch_isa
> ()
58
loongarch_isa
()
63
loongarch_isa
()
69
loongarch_isa
()
77
loongarch_isa
()
83
loongarch_isa
()
219
array<array<
loongarch_isa
, N_ABI_EXT_TYPES>, N_ABI_BASE_TYPES>
220
abi_minimal_isa = array<array<
loongarch_isa
, N_ABI_EXT_TYPES>,
223
array<
loongarch_isa
, N_ABI_EXT_TYPES> (
[
all
...]
loongarch-opts.cc
90
static const char* isa_str (const struct
loongarch_isa
*isa, char separator);
95
static struct loongarch_abi isa_default_abi (const struct
loongarch_isa
*isa);
96
static int isa_base_compat_p (const struct
loongarch_isa
*set1,
97
const struct
loongarch_isa
*set2);
98
static int isa_fpu_compat_p (const struct
loongarch_isa
*set1,
99
const struct
loongarch_isa
*set2);
100
static int abi_compat_p (const struct
loongarch_isa
*isa,
103
struct
loongarch_isa
*isa);
224
struct
loongarch_isa
force_isa = isa_required (t.abi);
430
const struct
loongarch_isa
* isa_min
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-def.h
39
- The target ISA is encoded with a "struct
loongarch_isa
" defined
109
struct
loongarch_isa
struct
123
struct
loongarch_isa
isa;
141
extern struct
loongarch_isa
loongarch_cpu_default_isa[];
loongarch-opts.cc
54
extern "C" const struct
loongarch_isa
95
static const char* isa_str (const struct
loongarch_isa
*isa, char separator);
100
static struct loongarch_abi isa_default_abi (const struct
loongarch_isa
*isa);
101
static int isa_base_compat_p (const struct
loongarch_isa
*set1,
102
const struct
loongarch_isa
*set2);
103
static int isa_fpu_compat_p (const struct
loongarch_isa
*set1,
104
const struct
loongarch_isa
*set2);
105
static int abi_compat_p (const struct
loongarch_isa
*isa,
188
struct
loongarch_isa
default_isa = isa_required (t.abi);
189
struct
loongarch_isa
force_isa = default_isa
[
all
...]
loongarch-def.c
47
struct
loongarch_isa
168
const struct
loongarch_isa
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026