Searched refs:kRegRegStore (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 469 …{ kX86MovqrxRR, kRegRegStore, IS_BINARY_OP | REG_DEF0 | REG_USE1, { 0x66, REX_W, 0x0F, 0x7E, 0… 473 …{ kX86MovdrxRR, kRegRegStore, IS_BINARY_OP | REG_DEF0 | REG_USE1, { 0x66, 0, 0x0F, 0x7E, 0, 0,… 493 …{ kX86CmpxchgRR, kRegRegStore, IS_BINARY_OP | REG_DEF0 | REG_USE01 | REG_DEFA_USEA | SETS_CCODES,… 586 case kRegRegStore: return true; in ModrmIsRegReg() 707 case kRegRegStore: // lir operands - 0: reg2, 1: reg1 in GetInsnSize() 1788 case kRegRegStore: // lir operands - 0: reg2, 1: reg1 in AssembleInstructions()
|
D | x86_lir.h | 669 …kRegRegStore, // RR following the store modrm reg-reg encoding rather … enumerator
|