Home | History | Annotate | Download | only in config

Lines Matching refs:ok

47 /* OK, we accept a syntax similar to the other well known C30
327 OK, the other issue we have to consider is rounding since the
464 /* OK, we've got our scaled mantissa so let's round it up */
1273 int ok = 1;
1281 return ok;
1315 ok &= tic4x_inst_insert (inst);
1321 return ok;
1341 int ok = 1;
1380 ok &= tic4x_inst_add (tic4x_insts + i);
1385 if (!ok)
1845 /* OK, we 've got something like cmpf 0, r0
2416 int ok = 0;
2489 ok = tic4x_operands_match (inst, insn, 1);
2490 if (ok < 0)
2494 ok = 0;
2496 } while (!ok && !strcmp (inst->name, inst[1].name) && inst++);
2498 if (ok > 0)
2503 else if (!ok)
2548 returned, or NULL on OK. */