Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DX86Assembler.h944 m_formatter.twoByteOp8(setccOpcode(cond), (GroupOpcodeID)0, dst); in setCC_r()
949 m_formatter.twoByteOp8(setccOpcode(ConditionE), (GroupOpcodeID)0, dst); in sete_r()
959 m_formatter.twoByteOp8(setccOpcode(ConditionNE), (GroupOpcodeID)0, dst); in setne_r()
1158 m_formatter.twoByteOp8(OP2_MOVZX_GvEb, dst, src); in movzbl_rr()
1836 void twoByteOp8(TwoByteOpcodeID opcode, RegisterID reg, RegisterID rm) in twoByteOp8() function
1845 void twoByteOp8(TwoByteOpcodeID opcode, GroupOpcodeID groupOp, RegisterID rm) in twoByteOp8() function
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1617007 (JSC::X86Assembler::X86InstructionFormater::twoByteOp8):