Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/freebsd-12-stable/share/examples/bootforth/
Dframes.4th16 196 constant sh_el
17 179 constant sv_el
18 218 constant slt_el
19 192 constant slb_el
20 191 constant srt_el
21 217 constant srb_el
23 205 constant dh_el
24 186 constant dv_el
25 201 constant dlt_el
26 200 constant dlb_el
[all …]
/freebsd-12-stable/stand/forth/
Dframes.4th44 45 constant ascii_dash
45 61 constant ascii_equal
46 124 constant ascii_pipe
47 43 constant ascii_plus
50 196 constant sh_el
51 179 constant sv_el
52 218 constant slt_el
53 192 constant slb_el
54 191 constant srt_el
55 217 constant srb_el
[all …]
/freebsd-12-stable/contrib/binutils/opcodes/
Dcr16-dis.c380 a->constant = p.val; in make_argument()
399 a->constant = p.val; in make_argument()
411 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000)); in make_argument()
416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4) in make_argument()
420 a->constant = 0; in make_argument()
426 a->constant = p.val; in make_argument()
436 a->constant = p.val; in make_argument()
450 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000)); in make_argument()
455 a->constant = p.val; in make_argument()
464 a->constant = (p.val * 2); in make_argument()
[all …]
/freebsd-12-stable/contrib/less/
Dprompt.c42 static constant char s_proto[] =
44 static constant char m_proto[] =
46 static constant char M_proto[] =
48 static constant char e_proto[] =
50 static constant char h_proto[] =
52 static constant char w_proto[] =
54 static constant char more_proto[] =
58 public char constant *eqproto = e_proto;
59 public char constant *hproto = h_proto;
60 public char constant *wproto = w_proto;
[all …]
Dhelp.c3 constant char helpdata[] = {
261 constant int size_helpdata = sizeof(helpdata) - 1;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticASTKinds.td15 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression"
28 "be used in a constant expression">;
31 "constant expression; derived class cannot be implicitly initialized">;
35 "cannot evaluate call to virtual function in a constant expression "
42 "whose dynamic type is not constant">;
51 "in a constant expression">;
53 "non-literal type %0 cannot be used in a constant expression">;
56 "%select{temporary|%3}2 is not a constant expression">;
59 "of the enclosing function; add 'static' to give it a constant address">;
62 "heap-allocated object is not a constant expression">;
[all …]
/freebsd-12-stable/contrib/gcc/config/mips/
Dconstraints.md84 "A signed 16-bit constant (for arithmetic instructions)."
94 "An unsigned 16-bit constant (for logic instructions)."
99 "A signed 32-bit constant in which the lower 16 bits are zero.
105 "A constant that cannot be loaded using @code{lui}, @code{addiu}
113 "A constant in the range -65535 to -1 (inclusive)."
118 "A signed 15-bit constant."
123 "A constant in the range 1 to 65535 (inclusive)."
147 A constant call address."
153 A constant @code{move_operand} that cannot be safely loaded into @code{$25}
161 A constant @code{move_operand} that can be safely loaded into @code{$25}
[all …]
/freebsd-12-stable/sys/kgssapi/krb5/
Dkcrypto.c194 void *constant, size_t constantlen) in krb5_derive_key() argument
207 krb5_n_fold(folded, ec->ec_blocklen, constant, constantlen); in krb5_derive_key()
240 uint8_t constant[5]; in krb5_get_usage_key() local
242 constant[0] = usage >> 24; in krb5_get_usage_key()
243 constant[1] = usage >> 16; in krb5_get_usage_key()
244 constant[2] = usage >> 8; in krb5_get_usage_key()
245 constant[3] = usage; in krb5_get_usage_key()
246 constant[4] = which; in krb5_get_usage_key()
247 return (krb5_derive_key(basekey, constant, 5)); in krb5_get_usage_key()
/freebsd-12-stable/contrib/gcc/
Dcalls.c940 args_size->constant = 0; in initialize_argument_information()
1137 args_size->constant += args[i].locate.size.constant; in initialize_argument_information()
1160 int unadjusted_args_size = args_size->constant; in compute_argument_block_size()
1175 args_size->constant = 0; in compute_argument_block_size()
1207 args_size->constant = (((args_size->constant in compute_argument_block_size()
1214 args_size->constant = MAX (args_size->constant, in compute_argument_block_size()
1218 args_size->constant -= reg_parm_stack_space; in compute_argument_block_size()
1338 if (copy_to_evaluate_size * 2 >= args_size->constant in finalize_must_preallocate()
1339 && args_size->constant > 0) in finalize_must_preallocate()
1390 units_on_stack = args[i].locate.size.constant; in compute_argument_addresses()
[all …]
/freebsd-12-stable/contrib/gcc/config/arm/
Dconstraints.md73 "In ARM state a constant that can be used as an immediate value in a Data
74 Processing instruction. In Thumb state a constant in the range 0-255."
80 "In ARM state a constant in the range @minus{}4095-4095. In Thumb state
81 a constant in the range @minus{}255-@minus{}1."
87 "In ARM state a constant that satisfies the @code{I} constraint if inverted.
88 In Thumb state a constant that satisfies the @code{I} constraint multiplied
95 "In ARM state a constant that satisfies the @code{I} constraint if negated.
96 In Thumb state a constant in the range @minus{}7-7."
102 ;; @internal In ARM state a constant in the range 0-32 or any power of 2.
104 "In Thumb state a constant that is a multiple of 4 in the range 0-1020."
[all …]
/freebsd-12-stable/contrib/gcc/config/i386/
Dconstraints.md89 ;; Integer constant constraints.
91 "Integer constant in the range 0 @dots{} 31, for 32-bit shifts."
96 "Integer constant in the range 0 @dots{} 63, for 64-bit shifts."
101 "Signed 8-bit integer constant."
116 "Unsigned 8-bit integer constant (for @code{in} and @code{out}
122 "@internal Integer constant in the range 0 @dots{} 127, for 128-bit shifts."
126 ;; Floating-point constant constraints.
131 "Standard 80387 floating point constant."
137 "Standard SSE floating point constant."
143 "32-bit signed integer constant, or a symbolic reference known
[all …]
/freebsd-12-stable/contrib/gcc/config/rs6000/
Dconstraints.md57 "A signed 16-bit constant"
72 "signed 16-bit constant shifted left 16 bits"
78 "constant greater than 31"
83 "positive constant that is an exact power of two"
88 "constant zero"
93 "constant whose negation is signed 16-bit constant"
107 "DF/DI constant that takes three insns."
161 "vector constant that does not require memory"
Dpredicates.md47 ;; Return 1 if op is a signed 5-bit constant integer.
52 ;; Return 1 if op is a unsigned 5-bit constant integer.
57 ;; Return 1 if op is a signed 8-bit constant integer.
63 ;; Return 1 if op is a constant integer that can fit in a D field.
68 ;; Return 1 if op is a constant integer that can fit in an unsigned D field.
73 ;; Return 1 if op is a constant integer that cannot fit in a signed D field.
79 ;; Return 1 if op is a positive constant integer that is an exact power of 2.
108 ;; Return 1 if op is a constant integer valid for D field
115 ;; Return 1 if op is a constant integer valid whose negation is valid for
117 ;; Do not allow a constant zero because all patterns that call this
[all …]
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-cr16.c857 cur_arg->constant = cr16_ins->exp.X_add_number; in process_label_constant()
1281 cur_arg->constant = 0; in parse_operand()
1409 insn->arg[0].constant = gettrap (operands); in parse_insn()
1675 long constant = getconstant (arg->constant, nbits); in print_constant() local
1693 CR16_PRINT (0, (constant >> WORD_SHIFT) & mask, 0); in print_constant()
1694 CR16_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant()
1718 CR16_PRINT (0, ((constant >> WORD_SHIFT) & mask) << 8, 0); in print_constant()
1719 CR16_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant()
1723 …CR16_PRINT (0, (((((constant >> WORD_SHIFT) & mask) << 8) & 0x0f00) | ((((constant >> WORD_SHIFT) … in print_constant()
1724 CR16_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1023 llvm::Constant *constant);
1029 llvm::Constant *constant) { in constStructWithPadding() argument
1044 if (constant->isZeroValue()) in constStructWithPadding()
1047 CurOp = cast<llvm::Constant>(constant->getAggregateElement(i)); in constStructWithPadding()
1060 return constant; in constStructWithPadding()
1067 llvm::Constant *constant) { in constWithPadding() argument
1068 llvm::Type *OrigTy = constant->getType(); in constWithPadding()
1070 return constStructWithPadding(CGM, isPattern, STy, constant); in constWithPadding()
1075 return constant; in constWithPadding()
1077 bool ZeroInitializer = constant->isNullValue(); in constWithPadding()
[all …]
DConstantInitBuilder.cpp70 bool constant, in createGlobal() argument
75 constant, in createGlobal()
274 auto constant = llvm::ConstantArray::get(type, elts); in finishArray() local
276 return constant; in finishArray()
289 llvm::Constant *constant; in finishStruct() local
292 constant = llvm::ConstantStruct::get(ty, elts); in finishStruct()
294 constant = llvm::ConstantStruct::getAnon(elts, Packed); in finishStruct()
298 return constant; in finishStruct()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrFormats.td34 // opcode Rd Rs1 constant (16)
37 // Rd <- Rs1 op constant
39 // Except for shift instructions, `H' determines whether the constant
42 // halfword is 0xFFFF, and shifts (`AAA' = 111), for which the constant is
52 // sign extended constant interpreted as a two's complement number. The
175 // opcode Rd Rs1 constant (16)
189 // 01 ea = Rs1, Rs1 <- Rs1 + constant
190 // 10 ea = Rs1 + constant
191 // 11 ea = Rs1 + constant, Rs1 <- Rs1 + constant
193 // The constant is sign-extended for this instruction.
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
Dselect-saddo.mir64 ; Check that we get ADDSWri when we can fold in a constant.
74 %constant:gpr(s32) = G_CONSTANT i32 16
75 %saddo:gpr(s32), %overflow:gpr(s1) = G_SADDO %copy, %constant
101 %constant:gpr(s32) = G_CONSTANT i32 16
102 %shift:gpr(s32) = G_SHL %reg1(s32), %constant(s32)
117 ; Check that we get SUBSWri when we can fold in a negative constant.
127 %constant:gpr(s32) = G_CONSTANT i32 -16
128 %add:gpr(s32), %overflow:gpr(s1) = G_SADDO %copy, %constant
Dselect-ssubo.mir64 ; Check that we get SUBSWri when we can fold in a constant.
74 %constant:gpr(s32) = G_CONSTANT i32 16
75 %ssubo:gpr(s32), %overflow:gpr(s1) = G_SSUBO %copy, %constant
101 %constant:gpr(s32) = G_CONSTANT i32 16
102 %shift:gpr(s32) = G_SHL %reg1(s32), %constant(s32)
117 ; Check that we get ADDSWri when we can fold in a negative constant.
127 %constant:gpr(s32) = G_CONSTANT i32 -16
128 %sub:gpr(s32), %overflow:gpr(s1) = G_SSUBO %copy, %constant
/freebsd-12-stable/contrib/gcc/config/sparc/
Dpredicates.md23 ;; Return true if OP is the zero constant for MODE.
28 ;; Return true if OP is the one constant for MODE.
33 ;; Return true if OP is the integer constant 4096.
38 ;; Return true if OP is a constant that is representable by a 13-bit
45 ;; Return true if OP is a constant operand for the umul instruction. That
64 ;; Return true if OP is a constant that can be loaded by the sethi instruction.
71 ;; Return true if OP is a constant whose 1's complement can be loaded by the
78 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
91 ;; reference and a constant.
173 /* Assume canonical format of symbol + constant.
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrMemory.td22 // WebAssembly constant offsets are performed as unsigned with infinite
39 // We don't need a regPlusES because external symbols never have constant
69 // Select loads with no constant offset.
82 // Select loads with a constant offset.
104 // Select loads with just a constant offset.
145 // Select extending loads with no constant offset.
157 // Select extending loads with a constant offset.
180 // Select extending loads with just a constant offset.
207 // Select "don't care" extending loads with no constant offset.
214 // Select "don't care" extending loads with a constant offset.
[all …]
DWebAssemblyInstrAtomics.td80 // Select notifys with no constant offset.
90 // Select notifys with a constant offset.
106 // Select notifys with just a constant offset.
129 // Select waits with no constant offset.
148 // Select waits with a constant offset.
171 // Select waits with just a constant offset.
229 // Select loads with no constant offset.
233 // Select loads with a constant offset.
241 // Select loads with just a constant offset.
286 // Select zero-extending loads with no constant offset.
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h51 constant, enumerator
97 case constant: in destroy()
158 case constant: in ValueLatticeElement()
177 case constant: in ValueLatticeElement()
241 bool isConstant() const { return Tag == constant; } in isConstant()
317 Tag = constant;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp166 const Constant *constant = dyn_cast<Constant>(value); in EvaluateValue() local
168 if (constant) { in EvaluateValue()
171 if (!ResolveConstantValue(value_apint, constant)) in EvaluateValue()
231 bool ResolveConstantValue(APInt &value, const Constant *constant) { in ResolveConstantValue() argument
232 switch (constant->getValueID()) { in ResolveConstantValue()
236 if (const Function *constant_func = dyn_cast<Function>(constant)) { in ResolveConstantValue()
247 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) { in ResolveConstantValue()
253 if (const ConstantFP *constant_fp = dyn_cast<ConstantFP>(constant)) { in ResolveConstantValue()
260 dyn_cast<ConstantExpr>(constant)) { in ResolveConstantValue()
301 if (isa<ConstantPointerNull>(constant)) { in ResolveConstantValue()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp147 ConstantSym constant(SymbolRecordKind::ConstantSym); in visitKnownMember() local
149 constant)); in visitKnownMember()
153 unsigned constant_width = constant.Value.getBitWidth(); in visitKnownMember()
158 decl, constant.Value.extOrTrunc(type_width)); in visitKnownMember()
176 ? llvm::APFloat(constant.Value.bitsToFloat()) in visitKnownMember()
177 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()

12345678910>>...22