Searched refs:nop_pattern (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m88k.c1409 static const unsigned char nop_pattern[] = { 0xf4, 0x00, 0x58, 0x00 };
1429 memcpy (p, nop_pattern, 4);
1406 static const unsigned char nop_pattern[] = { 0xf4, 0x00, 0x58, 0x00 }; local
H A Dtc-m32r.c497 static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
519 memcpy (p, nop_pattern, 2);
495 static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m88k.c1348 static const unsigned char nop_pattern[] = { 0xf4, 0x00, 0x58, 0x00 };
1368 memcpy (p, nop_pattern, 4);
1345 static const unsigned char nop_pattern[] = { 0xf4, 0x00, 0x58, 0x00 }; local
H A Dtc-m32r.c512 static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
534 memcpy (p, nop_pattern, 2);
510 static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; local

Completed in 135 milliseconds