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

/external/webkit/Source/JavaScriptCore/assembler/
H A DX86Assembler.h137 OP_MOV_EvGv = 0x89, enumerator in enum:JSC::X86Assembler::__anon12970
1032 m_formatter.oneByteOp(OP_MOV_EvGv, src, dst);
1037 m_formatter.oneByteOp(OP_MOV_EvGv, src, base, offset);
1042 m_formatter.oneByteOp_disp32(OP_MOV_EvGv, src, base, offset);
1047 m_formatter.oneByteOp(OP_MOV_EvGv, src, base, index, scale, offset);
1100 m_formatter.oneByteOp64(OP_MOV_EvGv, src, dst);
1105 m_formatter.oneByteOp64(OP_MOV_EvGv, src, base, offset);
1110 m_formatter.oneByteOp64_disp32(OP_MOV_EvGv, src, base, offset);
1115 m_formatter.oneByteOp64(OP_MOV_EvGv, src, base, index, scale, offset);
1169 m_formatter.oneByteOp(OP_MOV_EvGv, sr
[all...]

Completed in 72 milliseconds