Searched refs:scalar (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp340 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, argument
349 scalar = thread.GetRegisterContext()->ReadRegisterAsUnsigned(
353 scalar.SignExtend(bit_width);
358 current_stack_argument, byte_size, is_signed, scalar, error)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1182 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, argument
1191 scalar = thread.GetRegisterContext()->ReadRegisterAsUnsigned(
1195 scalar.SignExtend(bit_width);
1201 current_stack_argument, byte_size, is_signed, scalar, error)) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h336 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, const Scalar &scalar);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java254 ScalarRecord scalar = (ScalarRecord)record;
255 value = scalar.getValue();
262 printValue(value, scalar.getNumberOfBytes(),
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c361 u8 *scalar, *element; local
581 wpa_printf(MSG_INFO, "EAP-PWD (peer): scalar allocation fail");
611 /* element, x then y, followed by scalar */
622 "EAP-PWD (peer): setting peer scalar fail");
660 /* We send the element as (x,y) followed by the scalar */
662 scalar = wpabuf_put(data->outbuf, order_len);
669 crypto_bignum_to_bin(data->my_scalar, scalar, order_len, order_len);
757 /* server scalar */
770 /* my scalar */
811 /* my scalar */
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c239 u8 *scalar, *element; local
259 wpa_printf(MSG_INFO, "EAP-PWD (server): scalar allocation "
293 /* We send the element as (x,y) followed by the scalar */
295 scalar = wpabuf_put(data->outbuf, order_len);
296 crypto_bignum_to_bin(data->my_scalar, scalar, order_len, order_len);
364 /* server scalar */
377 /* peer scalar */
678 /* element, x then y, followed by scalar */
800 /* peer scalar */
813 /* server scalar */
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_lib.c1165 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
1171 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
1173 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1036 Scalar scalar;
1037 if (result_valobj_sp->ResolveValue(scalar)) {
1038 if (scalar.UInt(1))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp145 LLT s64 = LLT::scalar(64);
180 ValVReg = MIRBuilder.buildAnyExt(LLT::scalar(Size * 8), ValVReg)
296 CurVReg = MIRBuilder.buildZExt(LLT::scalar(8), CurVReg).getReg(0);
346 // A scalar extend.
H A DAArch64RegisterBankInfo.cpp681 // instead of blind map every scalar to GPR.
772 if (SrcTy.isVector() || SrcTy == LLT::scalar(128) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp206 Register LoadReg = MRI.createGenericVirtualRegister(LLT::scalar(32));
293 LLT s32 = LLT::scalar(32);
522 MIRBuilder.buildCopy(LLT::scalar(RegSize * 8), Register(ArgRegs[I]));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1885 Scalar &scalar, Status &error) {
1896 scalar = data.GetMaxU32(&offset, byte_size);
1898 scalar = data.GetMaxU64(&offset, byte_size);
1901 scalar.SignExtend(byte_size * 8);
1906 "byte size of %u is too large for integer scalar type", byte_size);
1916 Scalar scalar; local
1918 false, scalar, error))
1919 return scalar.ULongLong(fail_value);
1925 Scalar scalar; local
1928 scalar, erro
1882 ReadScalarIntegerFromMemory(const Address &addr, bool prefer_file_cache, uint32_t byte_size, bool is_signed, Scalar &scalar, Status &error) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile21 double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp268 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, argument
278 is_signed, scalar, error)) {
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c1996 __K8MASK(scalar-sse-sse2, 3),
2413 static const struct pmc_masks p4_mask_ssu[] = { /* scalar sp uop */
2418 static const struct pmc_masks p4_mask_sdu[] = { /* scalar dp uop */
2935 PMCMASK(packed-and-scalar, 0x00),
2936 PMCMASK(scalar, 0x01),
2979 PMCMASK(sse-packed-single-scalar-single, 0x01),
2981 PMCMASK(sse2-scalar-double, 0x03),
2987 PMCMASK(sse-scalar-single, 0x01),
2989 PMCMASK(sse2-scalar-double, 0x03),
3147 /* default => 'packed and scalar' */
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalops.c210 int scalar; local
276 scalar = (code2 == TYPE_CODE_INT || code2 == TYPE_CODE_FLT
294 if (code1 == TYPE_CODE_FLT && scalar)
298 && (scalar || code2 == TYPE_CODE_PTR))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp263 LLT SmallTy = LLT::scalar(NewVT.getSizeInBits());
H A DIRTranslator.cpp540 const LLT PtrScalarTy = LLT::scalar(DL->getTypeSizeInBits(PtrIRTy));
557 auto Cmp = MIB.buildICmp(CmpInst::ICMP_UGT, LLT::scalar(1), Sub, Cst);
588 const LLT i1Ty = LLT::scalar(1);
1078 // If this is a scalar constant or a splat vector of constants,
1875 // If it is a <1 x Ty> vector, use the scalar as it is
1899 // If it is a <1 x Ty> vector, use the scalar as it is
1927 const LLT &VecIdxTy = LLT::scalar(PreferredVecIdxWidth);
2155 // Return the scalar if it is a <1 x Ty> vector.
2165 // Return the scalar if it is a <1 x Ty> vector.
H A DLegalizerInfo.cpp135 // MoreElements can go from scalar to vector.
295 // For scalar types:
316 // 1. Handle scalar types
644 Aspect.Type.isScalar() ? LLT::scalar(SizeAndAction.first)
H A DRegisterBankInfo.cpp474 // The OperandsMapper creates plain scalar, we may have to fix that.
707 // The new registers are always bound to scalar with the right size.
712 NewVReg = MRI.createGenericVirtualRegister(LLT::scalar(PartMap->Length));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1589 /// Write all or part of a scalar value to memory.
1591 /// The value contained in \a scalar will be swapped to match the byte order
1593 /// of scalar, the least significant \a size bytes from scalar will be
1594 /// written. If \a size is larger than the byte size of scalar, then the
1595 /// extra space will be padded with zeros and the scalar value will be
1602 /// \param[in] scalar
1603 /// The scalar to write to the debugged process.
1606 /// This value can be smaller or larger than the scalar value
1607 /// itself. If \a size is smaller than the size of \a scalar,
[all...]
H A DTarget.h983 bool is_signed, Scalar &scalar,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp186 "register %s can't be converted to a scalar value",
2135 Scalar &scalar = curr_piece_source_value.GetScalar(); local
2136 if (!scalar.ExtractBitfield(
2141 " byte scalar value.",
2150 llvm::APInt ap_int = scalar.UInt128(fail_value);
2221 " bit offset from a %" PRIu64 " bit scalar value.",
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h489 virtual bool ResolveValue(Scalar &scalar);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp2699 // Get a data extractor that points to the native scalar data
2702 error.SetErrorString("invalid scalar value");
2895 llvm::raw_ostream &lldb_private::operator<<(llvm::raw_ostream &os, const Scalar &scalar) { argument
2897 scalar.GetValue(&s, /*show_type*/ true);

Completed in 534 milliseconds

1234