Home
last modified time | relevance | path

Searched refs:Sign (Results 51 – 75 of 187) sorted by relevance

12345678

/openbsd/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc1009 FLOAT Sign (FLOAT);
2384 Paranoia<FLOAT>::Sign (FLOAT X) in Sign() function in Paranoia
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp221 void makeInteger(unsigned ElemWidth, bool Sign) { in makeInteger() argument
223 Kind = Sign ? SInt : UInt; in makeInteger()
/openbsd/gnu/llvm/llvm/docs/
H A DDiscourseMigrationGuide.md14 1. Click on "Sign Up" in the top right corner.
H A DPhabricator.rst18 Sign up
H A DSpeculativeLoadHardening.md886 sarq 63, %rax # Sign extend the high bit to all bits.
902 sarq 63, %rax # Sign extend the high bit to all bits.
/openbsd/gnu/gcc/gcc/config/crx/
H A Dcrx.md237 ;; Sign and Zero Extend Instructions
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DGenericOpcodes.td46 // Sign extend the underlying scalar type of an operation, copying the sign bit
54 // Sign extend the a value from an arbitrary bit position, copying the sign bit
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DIndex.txt1610 Division Sign Operators, Multiplication and 2A2F
3492 Minus Sign Operators, Plus and 2A22
3572 Multiplication and Division Sign Operators 2A2F
3878 Operators, Multiplication and Division Sign 2A2F
3881 Operators, Plus and Minus Sign 2A22
3883 Operators, Specialized Plus Sign 29FA
4129 Plus and Minus Sign Operators 2A22
4132 Plus Sign Operators, Specialized 29FA
5111 Summation Sign Parts 23B2
/openbsd/gnu/gcc/gcc/config/arm/
H A Dvfp.md296 ;; Sign manipulation functions
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td1503 // Vector Extend Sign
1620 // Decimal Copy-Sign/Set-Sign
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1112 writtenBS.Sign = static_cast<int>(getTypeSpecSign()); in SaveWrittenBuiltinSpecs()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td284 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td343 /// Sign Ext In Register Instructions.
851 // Sign extend in register
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2004358 * readelf.c (decode_location_expression): Sign extend value for
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3320 SDValue Sign = DAG.getNode( in ExpandIntRes_ABS() local
3324 Lo = DAG.getNode(ISD::XOR, dl, NVT, Lo, Sign); in ExpandIntRes_ABS()
3325 Hi = DAG.getNode(ISD::XOR, dl, NVT, Hi, Sign); in ExpandIntRes_ABS()
3326 Lo = DAG.getNode(ISD::USUBO, dl, VTList, Lo, Sign); in ExpandIntRes_ABS()
3327 Hi = DAG.getNode(ISD::SUBCARRY, dl, VTList, Hi, Sign, Lo.getValue(1)); in ExpandIntRes_ABS()
/openbsd/sys/arch/hppa/hppa/
H A Ddb_disasm.c377 #define Sign(i) BitfR(i,0,1,_b01) macro
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dsh64-compact.cpu604 (dshci extsb "Sign extend byte"
610 (dshci extsw "Sign extend word"
/openbsd/lib/libssl/doc/
H A Dopenssl.txt53 Certificate Sign, CRL Sign
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1408 // Sign-extend byte
1417 // Sign-extend short
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2999 StringRef Sign = Token.range(); in parseOffset() local
3003 return error("expected an integer literal after '" + Sign + "'"); in parseOffset()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td356 // counter and the Sign-extended 16-bit displacement integer in the extension
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrFormats.td472 // x - Sign-extending. When set, short loads can be sign-extended to 32-bits.
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td868 // Sign-extend the i64 elements of a vector.
/openbsd/gnu/llvm/lldb/docs/use/
H A Dvariable.rst584 …(lldb) type summary add --summary-string "Sign: ${var[31]%B} Exponent: ${var[30-23]%x} Mantissa: $…
586 (float) float_point = -3.14159 Sign: true Exponent: 0x00000080 Mantissa: 4788184
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5433 enum class ShadowExtension { None, Zero, Sign }; enumerator
5471 return ShadowExtension::Sign; in getShadowExtension()
5584 /*Signed*/ SE == ShadowExtension::Sign); in visitCallBase()

12345678