Home
last modified time | relevance | path

Searched refs:twoByteOp (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DX86Assembler.h711 m_formatter.twoByteOp(OP2_IMUL_GvEv, dst, src); in imull_rr()
716 m_formatter.twoByteOp(OP2_IMUL_GvEv, dst, base, offset); in imull_mr()
1140 m_formatter.twoByteOp(OP2_MOVZX_GvEw, dst, base, offset); in movzwl_mr()
1145 m_formatter.twoByteOp(OP2_MOVZX_GvEw, dst, base, index, scale, offset); in movzwl_mr()
1208 m_formatter.twoByteOp(jccRel32(ConditionNE)); in jne()
1219 m_formatter.twoByteOp(jccRel32(ConditionE)); in je()
1230 m_formatter.twoByteOp(jccRel32(ConditionL)); in jl()
1236 m_formatter.twoByteOp(jccRel32(ConditionB)); in jb()
1242 m_formatter.twoByteOp(jccRel32(ConditionLE)); in jle()
1248 m_formatter.twoByteOp(jccRel32(ConditionBE)); in jbe()
[all …]
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1617004 (JSC::X86Assembler::X86InstructionFormater::twoByteOp):