Searched refs:SET_FLAGS (Results 1 - 25 of 56) sorted by relevance

123

/external/pcre/dist/sljit/
H A DsljitNativeSPARC_32.c41 SLJIT_COMPILE_ASSERT(ICC_IS_SET == SET_FLAGS, icc_is_set_and_set_flags_must_be_the_same);
79 return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flags & SET_FLAGS));
84 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS));
87 FAIL_IF(push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS | (flags & SET_FLAGS)));
91 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS));
94 return push_inst(compiler, ADD | (flags & SET_FLAGS) |
[all...]
H A DsljitNativeARM_T2_32.c504 /* SET_FLAGS must be 0x100000 as it is also the value of S bit (can be used for optimization). */
505 #define SET_FLAGS 0x0100000 macro
536 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1);
539 if (!(flags & SET_FLAGS))
558 if (!(flags & SET_FLAGS)) {
566 return push_inst32(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
571 return push_inst32(compiler, ADCI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
579 return push_inst32(compiler, RSB_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
597 if (!(flags & SET_FLAGS)) {
605 return push_inst32(compiler, SUB_WI | (flags & SET_FLAGS) | RD
[all...]
/external/openfst/src/bin/
H A Dfstconnect.cc36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstinvert.cc35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstarcsort.cc41 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstclosure.cc37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstconcat.cc37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstconvert.cc36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstepsnormalize.cc38 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstequal.cc36 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstinfo.cc44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstproject.cc38 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstreverse.cc41 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstreweight.cc38 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstsynchronize.cc35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfsttopsort.cc35 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstunion.cc40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstcompile.cc48 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstcompose.cc44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfstdeterminize.cc44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/openfst/src/extensions/far/
H A Dfarequal.cc40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfarextract.cc44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfarinfo.cc43 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/openfst/src/extensions/pdt/
H A Dpdtinfo.cc37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dpdtreverse.cc35 SET_FLAGS(usage.c_str(), &argc, &argv, true);

Completed in 622 milliseconds

123