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

  /src/external/gpl3/binutils/dist/gas/config/
tc-epiphany.c 316 static const unsigned char nop_pattern[] = { 0xa2, 0x01 };
340 memcpy (p, nop_pattern, 2);
312 static const unsigned char nop_pattern[] = { 0xa2, 0x01 }; variable
tc-spu.c 903 static const unsigned char nop_pattern[8] = {
927 memcpy (p, &nop_pattern[4], 4);
933 memcpy (p, nop_pattern, 8);
901 static const unsigned char nop_pattern[8] = { local
tc-epiphany.c 316 static const unsigned char nop_pattern[] = { 0xa2, 0x01 };
340 memcpy (p, nop_pattern, 2);
312 static const unsigned char nop_pattern[] = { 0xa2, 0x01 }; variable
tc-spu.c 903 static const unsigned char nop_pattern[8] = {
927 memcpy (p, &nop_pattern[4], 4);
933 memcpy (p, nop_pattern, 8);
901 static const unsigned char nop_pattern[8] = { local
tc-m32r.c 510 static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
532 memcpy (p, nop_pattern, 2);
508 static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; local
tc-m32r.c 510 static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
532 memcpy (p, nop_pattern, 2);
508 static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-epiphany.c 316 static const unsigned char nop_pattern[] = { 0xa2, 0x01 };
340 memcpy (p, nop_pattern, 2);
312 static const unsigned char nop_pattern[] = { 0xa2, 0x01 }; variable
tc-spu.c 903 static const unsigned char nop_pattern[8] = {
927 memcpy (p, &nop_pattern[4], 4);
933 memcpy (p, nop_pattern, 8);
901 static const unsigned char nop_pattern[8] = { local
tc-epiphany.c 316 static const unsigned char nop_pattern[] = { 0xa2, 0x01 };
340 memcpy (p, nop_pattern, 2);
312 static const unsigned char nop_pattern[] = { 0xa2, 0x01 }; variable
tc-spu.c 903 static const unsigned char nop_pattern[8] = {
927 memcpy (p, &nop_pattern[4], 4);
933 memcpy (p, nop_pattern, 8);
901 static const unsigned char nop_pattern[8] = { local
tc-m32r.c 510 static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
532 memcpy (p, nop_pattern, 2);
508 static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; local
tc-m32r.c 510 static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
532 memcpy (p, nop_pattern, 2);
508 static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; local
  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.cc 128 rtx nop_pattern = NULL_RTX;
1046 nop_pat = nop_pattern;
5884 gcc_assert (nop_pattern == NULL_RTX
5887 nop_pattern = constm1_rtx;
5890 emit_insn (nop_pattern);
5901 nop_pattern = NULL_RTX;
127 rtx nop_pattern = NULL_RTX; variable
sel-sched-ir.cc 128 rtx nop_pattern = NULL_RTX;
1046 nop_pat = nop_pattern;
5884 gcc_assert (nop_pattern == NULL_RTX
5887 nop_pattern = constm1_rtx;
5890 emit_insn (nop_pattern);
5901 nop_pattern = NULL_RTX;
127 rtx nop_pattern = NULL_RTX; variable
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.cc 128 rtx nop_pattern = NULL_RTX;
1046 nop_pat = nop_pattern;
5884 gcc_assert (nop_pattern == NULL_RTX
5887 nop_pattern = constm1_rtx;
5890 emit_insn (nop_pattern);
5901 nop_pattern = NULL_RTX;
127 rtx nop_pattern = NULL_RTX; variable
sel-sched-ir.cc 128 rtx nop_pattern = NULL_RTX;
1046 nop_pat = nop_pattern;
5884 gcc_assert (nop_pattern == NULL_RTX
5887 nop_pattern = constm1_rtx;
5890 emit_insn (nop_pattern);
5901 nop_pattern = NULL_RTX;
127 rtx nop_pattern = NULL_RTX; variable

Completed in 82 milliseconds