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

  /src/tests/usr.bin/xlint/lint1/
msg_379.c 18 comparisons(int x) function
27 // Yoda-style comparisons are unusual enough to not warn about them.
msg_379.c 18 comparisons(int x) function
27 // Yoda-style comparisons are unusual enough to not warn about them.
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 2417 /* Emulate comparisons that do not depend on Zero flag with
2420 of comparisons that would otherwise test Zero flag. */
2512 /* Figure out whether to use unordered fp comparisons. */
2994 /* These comparisons require zero flag; swap operands so they won't. */
4144 /* AVX supports all the needed comparisons. */
4163 /* AVX has 3 operand comparisons, no need to swap anything. */
4419 /* XOP supports all of the comparisons on all 128-bit vector int types. */
11259 static const enum rtx_code comparisons[32] = local
11303 enum rtx_code comparison = comparisons[INTVAL (op2)];
i386-expand.cc 2417 /* Emulate comparisons that do not depend on Zero flag with
2420 of comparisons that would otherwise test Zero flag. */
2512 /* Figure out whether to use unordered fp comparisons. */
2994 /* These comparisons require zero flag; swap operands so they won't. */
4144 /* AVX supports all the needed comparisons. */
4163 /* AVX has 3 operand comparisons, no need to swap anything. */
4419 /* XOP supports all of the comparisons on all 128-bit vector int types. */
11259 static const enum rtx_code comparisons[32] = local
11303 enum rtx_code comparison = comparisons[INTVAL (op2)];
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 2511 /* DI and TI mode equality/inequality comparisons may be performed
2562 /* Emulate comparisons that do not depend on Zero flag with
2565 of comparisons that would otherwise test Zero flag. */
2657 /* Figure out whether to use unordered fp comparisons. */
3187 /* These comparisons require zero flag; swap operands so they won't. */
4383 /* AVX supports all the needed comparisons. */
4402 /* AVX has 3 operand comparisons, no need to swap anything. */
4662 /* XOP supports all of the comparisons on all 128-bit vector int types. */
11975 static const enum rtx_code comparisons[32] = local
12019 enum rtx_code comparison = comparisons[INTVAL (op2)]
    [all...]
i386-expand.cc 2511 /* DI and TI mode equality/inequality comparisons may be performed
2562 /* Emulate comparisons that do not depend on Zero flag with
2565 of comparisons that would otherwise test Zero flag. */
2657 /* Figure out whether to use unordered fp comparisons. */
3187 /* These comparisons require zero flag; swap operands so they won't. */
4383 /* AVX supports all the needed comparisons. */
4402 /* AVX has 3 operand comparisons, no need to swap anything. */
4662 /* XOP supports all of the comparisons on all 128-bit vector int types. */
11975 static const enum rtx_code comparisons[32] = local
12019 enum rtx_code comparison = comparisons[INTVAL (op2)]
    [all...]

Completed in 88 milliseconds