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

  /src/external/gpl3/gcc/dist/gcc/
gencodes.cc 35 int truth = maybe_eval_c_test (XSTR (info->def, 2)); local
42 if (truth == 0)
genflags.cc 104 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
106 if (truth != 0)
125 if (truth == 0)
150 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
178 if (truth == 0)
180 else if (truth == 1)
gentarget-def.cc 159 int truth = 0; local
180 truth = maybe_eval_c_test (test);
181 gcc_assert (truth != 0);
182 if (truth < 0)
212 if (truth < 0)
241 if (truth == 0)
243 else if (truth == 1)
250 if (truth == 0)
257 if (truth == 0)
gensupport.cc 190 truth tables.
3188 int count = 0, truth = 1;
3195 truth = maybe_eval_c_test (get_c_test (def));
3196 if (truth || !insn_elision)
3206 truth = maybe_eval_c_test (get_c_test (def));
3207 if (truth || !insn_elision)
3213 truth = 1;
3218 truth = maybe_eval_c_test (get_c_test (def));
3219 if (truth || !insn_elision)
3225 truth = 1
3182 int count = 0, truth = 1; local
3239 int truth, *counter; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gencodes.cc 35 int truth = maybe_eval_c_test (XSTR (info->def, 2)); local
42 if (truth == 0)
genflags.cc 104 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
106 if (truth != 0)
125 if (truth == 0)
150 int truth = maybe_eval_c_test (XSTR (insn, 2)); local
178 if (truth == 0)
180 else if (truth == 1)
gentarget-def.cc 159 int truth = 0; local
180 truth = maybe_eval_c_test (test);
181 gcc_assert (truth != 0);
182 if (truth < 0)
212 if (truth < 0)
241 if (truth == 0)
243 else if (truth == 1)
250 if (truth == 0)
257 if (truth == 0)
gensupport.cc 186 truth tables.
2646 int truth, *counter;
2678 truth = maybe_eval_c_test (get_c_test (def));
2680 while (truth == 0 && insn_elision);
2713 if (truth != 0)
2640 int truth, *counter; local
  /src/usr.sbin/eeprom/
eehandlers.c 286 u_char truth; local
295 truth = svp->sv_val;
296 if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
299 if (doio(ktent, &truth, sizeof(truth), IO_READ))
303 if (svp->sv_val == truth)
306 warnx("unknown truth value 0x%x for %s", truth,
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 4483 int truth = (code == NE) == (letter == 'T'); local
4484 fputc ("zfnt"[truth * 2 + FCC_REG_P (REGNO (XEXP (op, 0)))], file);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 6253 int truth = (code == NE) == (letter == 'T'); local
6254 fputc ("zfnt"[truth * 2 + FCC_REG_P (REGNO (XEXP (op, 0)))], file);
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 9489 int truth = (code == NE) == (letter == 'T');
9490 fputc ("zfnt"[truth * 2 + ST_REG_P (REGNO (XEXP (op, 0)))], file);
9449 int truth = (code == NE) == (letter == 'T'); local
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 9315 int truth = (code == NE) == (letter == 'T');
9316 fputc ("zfnt"[truth * 2 + ST_REG_P (REGNO (XEXP (op, 0)))], file);
9275 int truth = (code == NE) == (letter == 'T'); local

Completed in 75 milliseconds