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

/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMIPSAssembler.h41 typedef uint32_t MIPSWord; typedef in namespace:JSC
180 void emitInst(MIPSWord op)
733 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(code));
748 ops = 4 * sizeof(MIPSWord);
753 ops = 2 * sizeof(MIPSWord);
764 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(m_buffer.data()) + from.m_offset);
765 MIPSWord* toPos = reinterpret_cast<MIPSWord*>(reinterpret_cas
[all...]

Completed in 177 milliseconds