HomeSort by relevance Sort by last modified time
    Searched refs:SignedValue (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 142 int64_t SignedValue = static_cast<int64_t>(Value);
147 if (Ctx && (SignedValue > 2097151 || SignedValue < -2097152))
155 if (SignedValue > 2097151 || SignedValue < -2097152)
202 if (Ctx && (SignedValue > 32767 || SignedValue < -32768))
211 if (Ctx && (SignedValue > 134217727 || SignedValue < -134217728))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 151 int64_t SignedValue = static_cast<int64_t>(Value);
156 if (SignedValue > 2097151 || SignedValue < -2097152)
167 if (SignedValue > 2097151 || SignedValue < -2097152)
223 if (SignedValue > 32767 || SignedValue < -32768)
232 if (SignedValue > 134217727 || SignedValue < -134217728)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 83 int64_t SignedValue = static_cast<int64_t>(Value);
87 int64_t BrImm = (SignedValue - 4) / 4;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 84 milliseconds