| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCAsmInfo.cpp | 110 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 590 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 612 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 640 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
| /freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/ |
| D | utnonansi.c | 496 UINT32 Sign; in strtoul64() local
|
| D | utprint.c | 300 char Sign; in AcpiUtFormatNumber() local
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | Dwarf.cpp | 498 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | JITCodeEmitter.h | 195 int32_t Sign = Value >> (8 * sizeof(Value) - 1); in emitSLEB128Bytes() local
|
| D | MachineCodeEmitter.h | 191 uint64_t Sign = Value >> (8 * sizeof(Value) - 1); in emitSLEB128Bytes() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Specifiers.h | 81 /*DeclSpec::TSS*/ unsigned Sign : 2; member
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.cpp | 897 uint32_t Sign = Val.isNegative(); in isFPImm() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/ |
| D | AArch64InstPrinter.cpp | 225 uint64_t Sign = UImm & (1LL << (field_width - 1)); in printLabelOperand() local
|
| /freebsd-10-stable/crypto/heimdal/appl/gssmask/ |
| D | gssmask.c | 564 HandleOP(Sign) in HandleOP() argument
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1010 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); in SimplifyDemandedBits() local
|
| D | DAGCombiner.cpp | 10690 SDValue Sign = DAG.getNode(ISD::SRL, SDLoc(N0), XType, N0, in SimplifySelectCC() local
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 97 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getNewICmpValue()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 10006 SDValue Sign = DAG.getConstant(0x80000000U, MVT::i32); in LowerVSETCC() local
|