HomeSort by: relevance | last modified time | path
    Searched defs:multi_nop_pattern (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 511 static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 };
538 memcpy (p, multi_nop_pattern, 4);
509 static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 }; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 511 static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 };
538 memcpy (p, multi_nop_pattern, 4);
509 static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 }; local

Completed in 37 milliseconds