HomeSort by relevance Sort by last modified time
    Searched defs:LOP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 430 LiveOutPair &LOP = Map[MBB];
449 LOP = LiveOutPair(VNI, Node);
461 if (LOP.first == IDomValue.first)
464 LOP = IDomValue;
  /toolchain/binutils/binutils-2.25/bfd/
mmo.c 210 #define LOP 0x98
225 #define LOP_QUOTE_NEXT ((LOP << 24) | (LOP_QUOTE << 16) | 1)
228 ((LOP << 24) | (LOP_SPEC << 16) | SPEC_DATA_SECTION)
513 || b[0] != LOP || b[1] != LOP_PRE || b[2] != 1)
522 if (b[0] != LOP || b[1] != LOP_END || ! mmo_mkobject (abfd))
765 if (((value >> 24) & 0xff) == LOP)
816 if (loc[0] == LOP)
927 mmo_write_tetra_raw (abfd, (LOP << 24) | (LOP_LOC << 16) | 2);
1000 if (buf[0] == LOP)
1026 if (secname[i * 4] == (char) LOP)
    [all...]

Completed in 224 milliseconds