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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec802.s 4 % an ending LOP-something, hence a non-LOP_QUOTE in the name.
bspec803.s 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section flags.
bspec804.s 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section
bspec805.s 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
bspec806.s 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
spec802.d 7 # #2: non-quote LOP in name.
spec803.d 7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
spec804.d 7 # #4: non-quote LOP in section length, high part.
spec805.d 7 # #5: non-quote LOP in section length, low part.
spec806.d 7 # #6: non-quote LOP in section vma, high part.
spec807.d 7 # #7: non-quote LOP in section vma, low part.
  /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 244 milliseconds