reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
   64     Value &= 0xffff;
   79     Value = (int64_t)Value / 4;
   79     Value = (int64_t)Value / 4;
   81     if (!isInt<16>(Value)) {
   89     Value = (int64_t)Value / 4;
   89     Value = (int64_t)Value / 4;
   91     if (!isInt<19>(Value)) {
  100     Value >>= 2;
  110     Value = ((Value + 0x8000) >> 16) & 0xffff;
  110     Value = ((Value + 0x8000) >> 16) & 0xffff;
  115     Value = ((Value + 0x80008000LL) >> 32) & 0xffff;
  115     Value = ((Value + 0x80008000LL) >> 32) & 0xffff;
  120     Value = ((Value + 0x800080008000LL) >> 48) & 0xffff;
  120     Value = ((Value + 0x800080008000LL) >> 48) & 0xffff;
  123     Value >>= 1;
  126     Value -= 4;
  128     Value = (int64_t) Value / 2;
  128     Value = (int64_t) Value / 2;
  130     if (!isInt<7>(Value)) {
  136     Value -= 2;
  138     Value = (int64_t) Value / 2;
  138     Value = (int64_t) Value / 2;
  140     if (!isInt<10>(Value)) {
  146     Value -= 4;
  148     Value = (int64_t)Value / 2;
  148     Value = (int64_t)Value / 2;
  150     if (!isInt<16>(Value)) {
  157     Value = (int64_t)Value / 8;
  157     Value = (int64_t)Value / 8;
  159     if (!isInt<18>(Value)) {
  166     if ((Value & 7)) {
  170     Value = (int64_t)Value / 8;
  170     Value = (int64_t)Value / 8;
  172     if (!isInt<18>(Value)) {
  179     Value = (int64_t) Value / 4;
  179     Value = (int64_t) Value / 4;
  181     if (!isInt<21>(Value)) {
  188     Value = (int64_t) Value / 4;
  188     Value = (int64_t) Value / 4;
  190     if (!isInt<26>(Value)) {
  197     Value = (int64_t)Value / 2;
  197     Value = (int64_t)Value / 2;
  199     if (!isInt<26>(Value)) {
  206     Value = (int64_t)Value / 2;
  206     Value = (int64_t)Value / 2;
  208     if (!isInt<21>(Value)) {
  215   return Value;