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

  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 272 #define MIPS_FP_CONDITIONS(MACRO) \
293 MIPS_FP_CONDITIONS (DECLARE_MIPS_COND)
299 static const char *const mips_fp_conditions[] = { variable
300 MIPS_FP_CONDITIONS (STRINGIFY)
9349 'Y' Print mips_fp_conditions[INTVAL (OP)]
9495 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions))
9496 fputs (mips_fp_conditions[UINTVAL (op)], file);
16152 MIPS_FP_CONDITIONS (CMP_BUILTINS),
mips.cc 272 #define MIPS_FP_CONDITIONS(MACRO) \
293 MIPS_FP_CONDITIONS (DECLARE_MIPS_COND)
299 static const char *const mips_fp_conditions[] = { variable
300 MIPS_FP_CONDITIONS (STRINGIFY)
9349 'Y' Print mips_fp_conditions[INTVAL (OP)]
9495 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions))
9496 fputs (mips_fp_conditions[UINTVAL (op)], file);
16152 MIPS_FP_CONDITIONS (CMP_BUILTINS),
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 272 #define MIPS_FP_CONDITIONS(MACRO) \
293 MIPS_FP_CONDITIONS (DECLARE_MIPS_COND)
299 static const char *const mips_fp_conditions[] = { variable
300 MIPS_FP_CONDITIONS (STRINGIFY)
9175 'Y' Print mips_fp_conditions[INTVAL (OP)]
9321 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions))
9322 fputs (mips_fp_conditions[UINTVAL (op)], file);
15948 MIPS_FP_CONDITIONS (CMP_BUILTINS),
mips.cc 272 #define MIPS_FP_CONDITIONS(MACRO) \
293 MIPS_FP_CONDITIONS (DECLARE_MIPS_COND)
299 static const char *const mips_fp_conditions[] = { variable
300 MIPS_FP_CONDITIONS (STRINGIFY)
9175 'Y' Print mips_fp_conditions[INTVAL (OP)]
9321 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions))
9322 fputs (mips_fp_conditions[UINTVAL (op)], file);
15948 MIPS_FP_CONDITIONS (CMP_BUILTINS),

Completed in 148 milliseconds