Searched refs:constant (Results 151 - 175 of 306) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drange-err-1.s1 ; Test error cases for constant ranges.
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dregt-op.s2 # register or constant.
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Daors_n.asm81 subl %eax,%esi C ... by a constant when we ...
130 subl %eax,%esi C ... by a constant when we ...
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drange-err-1.s1 ; Test error cases for constant ranges.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dregt-op.s2 # register or constant.
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcrx.h95 c - constant
118 /* 4-bit encoded constant. */
227 /* A special arithmetic 4-bit constant operand. */
283 long constant; member in struct:__anon2960
395 /* A macro for representing the instruction "constant" opcode, that is,
396 the FIXED part of the instruction. The "constant" opcode is represented
/haiku-buildtools/binutils/include/opcode/
H A Dcrx.h96 c - constant
119 /* 4-bit encoded constant. */
228 /* A special arithmetic 4-bit constant operand. */
284 long constant; member in struct:__anon951
396 /* A macro for representing the instruction "constant" opcode, that is,
397 the FIXED part of the instruction. The "constant" opcode is represented
H A Dcr16.h86 c - constant
285 long constant; member in struct:__anon938
410 /* A macro for representing the instruction "constant" opcode, that is,
411 the FIXED part of the instruction. The "constant" opcode is represented
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dconst.go86 // TODO(gri): exp/ssa/interp constant folding is incorrect.
H A Dshift1.go24 // non-constant shift expressions
31 // constant shift expressions
68 w int64 = 1.0 << 33 // 1.0<<33 is a constant shift expression
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-pre.c219 tree constant; member in union:pre_expr_union_d
240 #define PRE_EXPR_CONSTANT(e) (e)->u.constant
673 /* Return a SCCVN valnum (SSA name or constant) for the PRE value-id VAL. */
1115 get_or_alloc_expr_for_constant (tree constant) argument
1123 PRE_EXPR_CONSTANT (&expr) = constant;
1130 PRE_EXPR_CONSTANT (newexpr) = constant;
1132 value_id = get_or_alloc_constant_value_id (constant);
1137 /* Given a value id V, find the actual tree representing the constant
1139 a constant. */
1518 pre_expr constant; local
1651 pre_expr constant; local
3058 tree constant = PRE_EXPR_CONSTANT (eprime); local
[all...]
H A Dfunction.c1163 /* If X is not in memory or is at a constant address, it cannot be in
1827 address is a constant or a register that is not a virtual register. */
2629 data->locate.slot_offset.constant += pretend_bytes;
2630 data->locate.offset.constant += pretend_bytes;
2666 all->stack_args_size.constant += data->locate.size.constant;
3778 all.stack_args_size.constant += all.extra_pretend_bytes;
3779 crtl->args.size = all.stack_args_size.constant;
3790 = (all.stack_args_size.var == 0 ? GEN_INT (-all.stack_args_size.constant)
3792 size_int (-all.stack_args_size.constant)),
[all...]
H A Dlra-coalesce.c245 ira_reg_equiv[regno].constant == NULL_RTX
/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c34 symbolic constant or a nonnegative integer constant. If
253 /* Match a Hollerith constant. */
270 if (!gfc_notify_std (GFC_STD_LEGACY, "Hollerith constant at %C"))
281 gfc_error ("Invalid Hollerith constant: %L must contain at least "
287 gfc_error ("Invalid Hollerith constant: Integer kind at %L "
307 gfc_error ("Invalid Hollerith constant at %L contains a "
338 /* Match a binary, octal or hexadecimal constant that can be found in
394 "constant at %C uses non-standard syntax")))
402 gfc_error ("Empty set of digits in BOZ constant a
[all...]
/haiku-buildtools/autoconf/lib/Autom4te/
H A DChannels.pm126 use constant UP_NONE => 0;
127 use constant UP_TEXT => 1;
128 use constant UP_LOC_TEXT => 2;
142 use constant US_LOCAL => 0;
143 use constant US_GLOBAL => 1;
/haiku-buildtools/legacy/gcc/gcc/
H A Dvarasm.c91 constant that is stored in memory. */
433 verifying that the initial value is constant for objects put in a
438 the initializer must be constant.
832 /* Output alignment directive to align for constant expression EXP. */
946 a non-zero value if the constant pool should be output before the
955 /* Output assembler code for the constant pool of a function and associated
957 NAME is the function's name. For the constant pool, we use the current
958 constant pool data. */
1126 /* Assemble a string constant with the specified C string as contents. */
1761 /* Assemble the static constant templat
3124 rtx constant; member in struct:pool_constant
3845 register tree constant = TREE_OPERAND (exp, 0); local
[all...]
H A Dfunction.c91 FIRST_PARM_OFFSET - STARTING_FRAME_OFFSET is not a constant during rtl
229 /* Nonzero if the current function uses the constant pool. */
1300 /* If X is not in memory or is at a constant address, it cannot be in
1343 /* If X is not in memory or is at a constant address, it cannot be in
1394 /* If X is not in memory or is at a constant address, it cannot be in
2211 extract is at a constant position and length. */
2481 or isn't located at a constant position. Load the value into
2595 of setting it to a constant, which does not need any
2823 /* First check that the field being stored has constant size and position
3702 address is a constant o
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.cc1189 error_at(this->location(), "invalid octal constant");
1373 error_at(this->location(), "unterminated character constant");
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dloop-2.f95149 !$acc loop tile(i) ! { dg-error "constant expression" }
313 !$acc loop tile(i) ! { dg-error "constant expression" }
466 !$acc kernels loop tile(i) ! { dg-error "constant expression" }
618 !$acc parallel loop tile(i) ! { dg-error "constant expression" }
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.h732 if (SIZE.constant < 4 * UNITS_PER_WORD) \
733 SIZE.constant = 4 * UNITS_PER_WORD; \
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.c713 /* FIXME : Process constant offsets immediately. */
1388 error ("rst needs constant address");
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-parse.c139 { tree constant; int index = INDEX; \
142 constant = build_utf8_ref (name); \
145 constant = get_constant (jcf, index); \
146 set_constant_value (current_field, constant); }
319 fatal ("bad string constant");
373 fatal ("bad value constant type %d, index %d",
415 /* Get the class of the CONSTANT_Class whose constant pool index is I. */
604 fatal ("error while parsing constant pool");
607 fatal ("error in constant pool entry #%d\n", code);
/haiku-buildtools/binutils/gold/
H A Dmerge.h171 // fixed-size constant data and string data.
275 // Handle SHF_MERGE sections with fixed-size constant data.
321 // We build a hash table of the fixed-size constants. Each constant
372 // data, return a pointer to the corresponding constant.
374 constant(Merge_data_key k) const function in class:gold::Output_merge_data
380 // Add a constant to the output.
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.c652 int constant; member in struct:export
899 int noname, int constant, int data, int private)
907 p->constant = constant;
1263 /* FIXME: The 5th arg is for the `constant' field.
1546 exp->constant ? "CONSTANT" : "",
2746 alias_exp.constant = exp->constant;
2900 b->constant |= a->constant;
898 def_exports(const char *name, const char *internal_name, int ordinal, int noname, int constant, int data, int private) argument
[all...]
/haiku-buildtools/cloog/source/
H A Dloop.c1243 * on loops with a lower bound that has a constant remainder on division
1363 * Compare the constant dimensions of loops 'l1' and 'l2' starting at 'scalar'
1364 * and return -1 if the vector of constant dimensions of 'l1' is smaller
1701 int constant, CloogOptions *options);
1712 * - constant is true if the loop is known to be executed at most once
1717 int constant, CloogOptions *options)
1722 if (level && options->strides && !constant)
1725 if (!constant &&
1778 * - constant is true if the loop is known to be executed at most once
1783 int constant, CloogOption
1715 loop_recurse(CloogLoop *loop, int level, int scalar, int *scaldims, int nb_scattdims, int constant, CloogOptions *options) argument
1781 cloog_loop_recurse(CloogLoop *loop, int level, int scalar, int *scaldims, int nb_scattdims, int constant, CloogOptions *options) argument
1876 int constant = 0; local
[all...]

Completed in 299 milliseconds

1234567891011>>