Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dassemble_x86.cc489 …{ kX86MovqrxRR, kRegRegStore, IS_BINARY_OP | REG_DEF0 | REG_USE1, { 0x66, REX_W, 0x0F, 0x7E, 0…
493 …{ kX86MovdrxRR, kRegRegStore, IS_BINARY_OP | REG_DEF0 | REG_USE1, { 0x66, 0, 0x0F, 0x7E, 0, 0,…
515 …{ kX86CmpxchgRR, kRegRegStore, IS_BINARY_OP | REG_DEF0 | REG_USE01 | REG_DEFA_USEA | SETS_CCODES,…
612 case kRegRegStore: return true; in ModrmIsRegReg()
741 case kRegRegStore: // lir operands - 0: reg2, 1: reg1 in GetInsnSize()
1840 case kRegRegStore: // lir operands - 0: reg2, 1: reg1 in AssembleInstructions()
Dx86_lir.h655kRegRegStore, // RR following the store modrm reg-reg encoding rather … enumerator