Searched refs:constraints (Results 1 - 25 of 198) sorted by relevance

12345678

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dconvert-constraint-log-to-z3.py51 constraints = [g.strip() for g in group.split('\n') if g.strip() != '']
53 for c in constraints[:-1]:
61 for c in constraints[:-1]:
63 expected = constraints[-1].strip()
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dxgate-dis.c125 /* First we compare the shorthand format of the constraints. If we
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C))
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R))
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P))
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI))
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR))
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5))
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON))
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL
[all...]
H A Davr-dis.c33 char *constraints; member in struct:avr_opcodes_s
431 char *constraints = opcode->constraints; local
444 if (*constraints && *constraints != '?')
446 int regs = REGISTER_P (*constraints);
448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1,
452 if (ok && *(++constraints) == ',')
453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dxgate-dis.c125 /* First we compare the shorthand format of the constraints. If we
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C))
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R))
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P))
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI))
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR))
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5))
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON))
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL
[all...]
H A Davr-dis.c33 char *constraints; member in struct:avr_opcodes_s
381 char *constraints = opcode->constraints; local
394 if (*constraints && *constraints != '?')
396 int regs = REGISTER_P (*constraints);
398 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, comment1, 0, &sym_op1, &sym_addr1);
400 if (ok && *(++constraints) == ',')
401 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str, op2,
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dxgate-dis.c125 /* First we compare the shorthand format of the constraints. If we
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C))
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R))
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P))
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI))
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR))
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5))
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON))
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL
[all...]
H A Davr-dis.c33 char *constraints; member in struct:avr_opcodes_s
381 char *constraints = opcode->constraints; local
394 if (*constraints && *constraints != '?')
396 int regs = REGISTER_P (*constraints);
398 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, comment1, 0, &sym_op1, &sym_addr1);
400 if (ok && *(++constraints) == ',')
401 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str, op2,
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dxgate-dis.c125 /* First we compare the shorthand format of the constraints. If we
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C))
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R))
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P))
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI))
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR))
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5))
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON))
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL
[all...]
H A Davr-dis.c33 char *constraints; member in struct:avr_opcodes_s
431 char *constraints = opcode->constraints; local
444 if (*constraints && *constraints != '?')
446 int regs = REGISTER_P (*constraints);
448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1,
452 if (ok && *(++constraints) == ',')
453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-asm.cc142 auto_vec<const char *> constraints; local
147 constraints.safe_grow (noutputs + ninputs, true);
153 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
159 constraints[i + noutputs]
184 constraint = constraints[i];
216 const char *constraint = constraints[i + noutputs];
219 constraints.address (),
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c123 /* Used to enable clipping of 16 bit operands into 8 bit constraints. */
405 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IDR))
408 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_INH))
410 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_TRI))
412 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_DYA))
414 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM3))
416 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM4))
418 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM8))
421 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16))
424 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c123 /* Used to enable clipping of 16 bit operands into 8 bit constraints. */
404 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IDR))
407 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_INH))
409 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_TRI))
411 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_DYA))
413 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM3))
415 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM4))
417 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM8))
420 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16))
423 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xgate.c123 /* Used to enable clipping of 16 bit operands into 8 bit constraints. */
404 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IDR))
407 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_INH))
409 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_TRI))
411 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_DYA))
413 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM3))
415 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM4))
417 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM8))
420 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16))
423 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dxgate.h83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dxgate.h83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dxgate.h83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dxgate.h83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasmgcc.c99 s->constraints = new Expressions();
104 s->constraints->push(constraint);
331 s->error("extended asm statements with labels cannot have output constraints");
347 e = (*s->constraints)[i];
350 (*s->constraints)[i] = e;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drecog.c142 const char **constraints;
165 constraints = XALLOCAVEC (const char *, noperands);
167 decode_asm_operands (x, operands, NULL, constraints, NULL, NULL);
171 const char *c = constraints[i];
174 if (! asm_operand_ok (operands[i], c, constraints))
354 /* After reload, verify that all constraints are satisfied. */
389 we also require that the operands meet the constraints for
1545 and the constraints for the operands into CONSTRAINTS.
1557 const char **constraints, machine_mode *modes,
1580 if (constraints)
141 const char **constraints; local
1551 decode_asm_operands(rtx body, rtx *operands, rtx **operand_locs, const char **constraints, machine_mode *modes, location_t *loc) argument
1703 asm_operand_ok(rtx op, const char *constraint, const char **constraints) argument
2339 preprocess_constraints(int n_operands, int n_alternatives, const char **constraints, operand_alternative *op_alt_base, rtx **oploc) argument
2472 const char **constraints = XALLOCAVEC (const char *, n_operands); local
2542 const char *constraints[MAX_RECOG_OPERANDS]; local
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacuser.c47 BER_BVZERO( &userp->constraints );
103 ber_dupbv_x( &userp->constraints, &attr->a_nvals[0], NULL );
437 /* evaluate temporal constraints for the user */
444 if ( BER_BVISNULL( &userp->constraints ) ) {
449 cp = rbac_bv2constraint( &userp->constraints );
608 if ( !BER_BVISNULL( &userp->constraints ) ) {
609 ber_memfree( userp->constraints.bv_val );
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h148 vec<const char *> &constraints,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h152 vec<const char *> &constraints,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp31 const std::string &constraints, bool hasSideEffects,
34 AsmString(asmString), Constraints(constraints), FTy(FTy),
38 assert(Verify(getFunctionType(), constraints) &&
39 "Function type not legal for constraints!");
134 // Parse the various constraints.
182 // FIXME: For now assuming these are 2-character constraints.
221 // Scan the constraints string.
259 // Error parsing constraints.
30 InlineAsm(FunctionType *FTy, const std::string &asmString, const std::string &constraints, bool hasSideEffects, bool isAlignStack, AsmDialect asmDialect, bool canThrow) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira-lives.cc617 constraints for the two operands can be completely
618 different. (Indeed, if the constraints for the two
622 && recog_data.constraints[use][0] == '%')
627 && recog_data.constraints[use - 1][0] == '%')
636 constraints of alternative ALT.
642 constraints.
644 (2) DEF matches (via 0-9 constraints) an operand that is an
733 && recog_data.constraints[use][0] == '%'
736 && recog_data.constraints[use - 1][0] == '%'
769 checking classes of the constraints an
850 single_reg_class(const char *constraints, rtx op, rtx equiv_const) argument
[all...]
H A Drecog.cc142 const char **constraints;
165 constraints = XALLOCAVEC (const char *, noperands);
167 decode_asm_operands (x, operands, NULL, constraints, NULL, NULL);
171 const char *c = constraints[i];
174 if (! asm_operand_ok (operands[i], c, constraints))
393 /* After reload, verify that all constraints are satisfied. */
439 we also require that the operands meet the constraints for
2032 and the constraints for the operands into CONSTRAINTS.
2044 const char **constraints, machine_mode *modes,
2067 if (constraints)
141 const char **constraints; local
2039 decode_asm_operands(rtx body, rtx *operands, rtx **operand_locs, const char **constraints, machine_mode *modes, location_t *loc) argument
2191 asm_operand_ok(rtx op, const char *constraint, const char **constraints) argument
2831 preprocess_constraints(int n_operands, int n_alternatives, const char **constraints, operand_alternative *op_alt_base, rtx **oploc) argument
2965 const char **constraints = XALLOCAVEC (const char *, n_operands); local
3035 const char *constraints[MAX_RECOG_OPERANDS]; local
[all...]

Completed in 392 milliseconds

12345678