HomeSort by relevance Sort by last modified time
    Searched refs:isUInt (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 133 assert(isUInt<4>(Base) && isUInt<12>(Disp));
143 assert(isUInt<4>(Base) && isInt<20>(Disp));
154 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<4>(Index));
165 assert(isUInt<4>(Base) && isInt<20>(Disp) && isUInt<4>(Index));
177 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<8>(Len))
    [all...]
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 57 assert(isUInt<4>(Value) && "Invalid u4imm argument");
64 assert(isUInt<6>(Value) && "Invalid u6imm argument");
78 assert(isUInt<8>(Value) && "Invalid u8imm argument");
92 assert(isUInt<16>(Value) && "Invalid u16imm argument");
106 assert(isUInt<32>(Value) && "Invalid u32imm argument");
  /external/llvm/include/llvm/Support/
MathExtras.h 296 /// isUInt - Checks if an unsigned integer fits into the given bit width.
298 inline bool isUInt(uint64_t x) {
303 inline bool isUInt<8>(uint64_t x) {
307 inline bool isUInt<16>(uint64_t x) {
311 inline bool isUInt<32>(uint64_t x) {
319 return isUInt<N+S>(x) && (x % (1<<S) == 0);
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 111 assert(isUInt<N>(Imm) && "Invalid immediate");
118 assert(isUInt<N>(Imm) && "Invalid immediate");
172 assert(isUInt<N>(Imm) && "Invalid PC-relative offset");
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 408 bool isU2Imm() const { return Kind == Immediate && isUInt<2>(getImm()); }
409 bool isU5Imm() const { return Kind == Immediate && isUInt<5>(getImm()); }
411 bool isU6Imm() const { return Kind == Immediate && isUInt<6>(getImm()); }
413 (Kind == Immediate && isUInt<16>(getImm())); }
428 bool isRegNumber() const { return Kind == Immediate && isUInt<5>(getImm()); }
429 bool isVSRegNumber() const { return Kind == Immediate && isUInt<6>(getImm()); }
431 && isUInt<3>(getExprCRVal())) ||
433 && isUInt<3>(getImm())); }
435 && isUInt<5>(getExprCRVal())) ||
437 && isUInt<5>(getImm()));
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp 136 if (isUInt<32>(Addr)) {
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 769 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range");
772 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range");
951 return isUInt()
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 763 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range");
766 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range");
945 return isUInt()
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 759 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range");
762 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range");
941 return isUInt()
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 626 isUInt<12>(MI->getOperand(2).getImm()) &&
    [all...]
SystemZISelDAGToDAG.cpp 348 return isUInt<12>(Val);
466 return isUInt<12>(Val);
470 return !isUInt<12>(Val);
494 if (isUInt<12>(Disp))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 166 !isUInt<6>(I->getOperand(1).getImm());
589 if (!isUInt<6>(LoOperand.getImm())) {
HexagonInstrInfo.cpp 671 return isUInt<6>(MI->getOperand(1).getImm());
691 return isUInt<6>(MI->getOperand(2).getImm());
710 return (isUInt<6>(MI->getOperand(1).getImm()) &&
    [all...]
HexagonNewValueJump.cpp 230 if (!(isUInt<5>(v) ||
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 212 if (isUInt<11>(FrameSize))
215 int Base = 2040; // should create template function like isUInt that
239 if (!isUInt<11>(FrameSize)) {
242 FrameSize = Base; // should create template function like isUInt that
Mips16ISelLowering.cpp 732 if (isUInt<8>(imm))
734 else if ((!ImmSigned && isUInt<16>(imm)) ||
748 if (isUInt<8>(Imm))
MipsFastISel.cpp 378 } else if (isUInt<16>(Imm)) {
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 245 assert(isUInt<N>(Imm) && "Invalid immediate");
253 assert(isUInt<N>(Imm) && "Invalid immediate");
  /external/chromium_org/third_party/webrtc/base/
json.cc 26 } else if (in.isUInt()) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 264 if (UnsignedFree && isUInt<16>(Imm.getZExtValue()))
PPCISelDAGToDAG.cpp 502 if (isUInt<16>(Imm))
526 if (isInt32Immediate(RHS, Imm) && isUInt<16>(Imm))
543 if (isUInt<16>(Imm))
560 if (isUInt<32>(Imm)) {
569 if (isInt64Immediate(RHS.getNode(), Imm) && isUInt<16>(Imm))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 147 else if (!isUInt<16>(Val)) {
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 384 assert(isUInt<8>(Vals[RecordIdx]) &&
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 284 bool isUInt() const;
    [all...]

Completed in 593 milliseconds

1 2