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

  /src/external/gpl3/gcc/dist/gcc/
genoutput.cc 62 e. `strict_low', is nonzero for operands contained in a STRICT_LOW_PART.
122 char strict_low;
265 printf (" %d,\n", d->strict_low);
455 d->operand[opno].strict_low = this_strict_low;
476 d->operand[opno].strict_low = 0;
498 d->operand[opno].strict_low = 0;
560 if (d0->strict_low != d1->strict_low)
121 char strict_low; member in struct:operand_data
lra-int.h 138 /* Through if accessed through STRICT_LOW. */
139 unsigned int strict_low : 1; member in struct:lra_operand_data
recog.h 463 const char strict_low; member in struct:insn_operand_data
  /src/external/gpl3/gcc.old/dist/gcc/
genoutput.cc 62 e. `strict_low', is nonzero for operands contained in a STRICT_LOW_PART.
122 char strict_low;
264 printf (" %d,\n", d->strict_low);
454 d->operand[opno].strict_low = this_strict_low;
475 d->operand[opno].strict_low = 0;
497 d->operand[opno].strict_low = 0;
559 if (d0->strict_low != d1->strict_low)
121 char strict_low; member in struct:operand_data
lra-int.h 138 /* Through if accessed through STRICT_LOW. */
139 unsigned int strict_low : 1; member in struct:lra_operand_data
recog.h 429 const char strict_low; member in struct:insn_operand_data

Completed in 46 milliseconds