Searched refs:GROUP1_OP_OR (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | X86Assembler.h | 194 GROUP1_OP_OR = 1, enumerator 493 m_formatter.oneByteOp(OP_GROUP1_EvIb, GROUP1_OP_OR, dst); in orl_ir() 496 m_formatter.oneByteOp(OP_GROUP1_EvIz, GROUP1_OP_OR, dst); in orl_ir() 504 m_formatter.oneByteOp(OP_GROUP1_EvIb, GROUP1_OP_OR, base, offset); in orl_im() 507 m_formatter.oneByteOp(OP_GROUP1_EvIz, GROUP1_OP_OR, base, offset); in orl_im() 521 m_formatter.oneByteOp64(OP_GROUP1_EvIb, GROUP1_OP_OR, dst); in orq_ir() 524 m_formatter.oneByteOp64(OP_GROUP1_EvIz, GROUP1_OP_OR, dst); in orq_ir() 532 m_formatter.oneByteOp(OP_GROUP1_EvIb, GROUP1_OP_OR, addr); in orl_im() 535 m_formatter.oneByteOp(OP_GROUP1_EvIz, GROUP1_OP_OR, addr); in orl_im()
|