HomeSort by: relevance | last modified time | path
    Searched defs:loongarch_isa (Results 1 - 2 of 2) sorted by relevancy

  /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[];
  /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...]

Completed in 15 milliseconds