Searched refs:twoByteOp (Results 1 – 2 of 2) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | X86Assembler.h | 711 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/ |
D | ChangeLog-2009-06-16 | 17004 (JSC::X86Assembler::X86InstructionFormater::twoByteOp):
|