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

/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h40 typedef uint32_t MIPSWord; typedef in namespace:JSC
210 void emitInst(MIPSWord op)
744 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(m_buffer.data()) + from.m_offset);
745 MIPSWord* toPos = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(m_buffer.data()) + to.m_offset);
755 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(code) + from.m_offset);
764 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cas
[all...]

Completed in 190 milliseconds