Searched refs:NOP_OPCODE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dcris.h213 #define NOP_OPCODE (0x050F) macro
214 #define NOP_Z_BITS (0xFFFF ^ NOP_OPCODE)
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DSH4Assembler.h65 NOP_OPCODE = 0x0009, enumerator in enum:JSC::__anon2520
722 oneShortOp(NOP_OPCODE, false);
1428 m_barrier.low = NOP_OPCODE;
1430 printInstr(NOP_OPCODE, 0);
1521 instruction[2] = NOP_OPCODE;
1526 instruction[2] = NOP_OPCODE;
1546 insn[5] = NOP_OPCODE;
1555 ASSERT(insn[5] == NOP_OPCODE);
1696 case NOP_OPCODE:
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dcris-opc.c833 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-sh.c1098 #define NOP_OPCODE (0x0009)
1102 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);
1097 #define NOP_OPCODE macro
H A Delf32-v850.c2358 #define NOP_OPCODE (0x0000)
2449 bfd_put_16 (abfd, NOP_OPCODE, contents + i);
2352 #define NOP_OPCODE macro
H A Delf32-sh.c864 #define NOP_OPCODE (0x0009)
868 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);
861 #define NOP_OPCODE macro

Completed in 124 milliseconds