Searched defs:SET_FLAGS (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dflags.h47 // SET_FLAGS() can be used to set flags from the command line
232 #define SET_FLAGS(usage, argc, argv, rmflags) \ macro
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c974 /* SET_FLAGS must be (1 << 20) as it is also the value of S bit (can be used for optimization). */
975 #define SET_FLAGS (1 << 20) macro
983 return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, (src2 & SRC2_IMM) ? src2 : RM(src2)))
986 return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, src2))
994 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | reg_map[src2])); \
995 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg_map[src2])); \
997 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (reg_map[(flags & ARGS_SWAPPED) ? src1 : src2] << 8) | (opcode << 5) | 0x10 | ((flags & ARGS_SWAPPED) ? reg_map[src2] : reg_map[src1])));
1069 if (flags & SET_FLAGS)
1119 return push_inst(compiler, EMIT_DATA_PROCESS_INS(CMP_DP, SET_FLAGS, SLJIT_UNUSED, TMP_REG3, RM(dst) | 0xfc0));
1630 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS
[all...]
H A DsljitNativeARM_64.c503 #define SET_FLAGS 0x0080000 macro
510 if (flags & SET_FLAGS) { \
552 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1);
585 if (imm > 0 && imm <= 0xffffff && !(flags & SET_FLAGS)) {
589 if (nimm > 0 && nimm <= 0xffffff && !(flags & SET_FLAGS)) {
667 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1);
673 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1);
677 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1);
683 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1);
687 SLJIT_ASSERT(!(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...]
H A DsljitNativeSPARC_common.c116 #define SET_FLAGS OPC3(0x10) macro
413 /* SET_FLAGS (0x10 << 19) also belong here! */
821 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
890 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
1402 sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0);

Completed in 2598 milliseconds