HomeSort by: relevance | last modified time | path
    Searched refs:ISA_BASE_LA64V100 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-def.c 50 .base = ISA_BASE_LA64V100,
54 .base = ISA_BASE_LA64V100,
128 [ISA_BASE_LA64V100] = STR_ISA_BASE_LA64V100,
171 [ABI_EXT_BASE] = {.base = ISA_BASE_LA64V100, .fpu = ISA_EXT_FPU64},
174 [ABI_EXT_BASE] = {.base = ISA_BASE_LA64V100, .fpu = ISA_EXT_FPU32},
177 [ABI_EXT_BASE] = {.base = ISA_BASE_LA64V100, .fpu = ISA_EXT_NOFPU},
loongarch-def.h 57 #define ISA_BASE_LA64V100 0
loongarch-cpu.cc 105 NATIVE_BASE_ISA = ISA_BASE_LA64V100;
loongarch-opts.h 69 #define TARGET_64BIT (la_target.isa.base == ISA_BASE_LA64V100)
loongarch-opts.cc 394 if (isa->base == ISA_BASE_LA64V100)
399 if (isa->base == ISA_BASE_LA64V100)
404 if (isa->base == ISA_BASE_LA64V100)
423 case ISA_BASE_LA64V100:
424 return (set1->base == ISA_BASE_LA64V100);

Completed in 27 milliseconds