Searched refs:DU_DU_DU (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_tabl.cpp | 427 {OpcodeInfo::all, {0x0F, 0xB0, _r}, {r_m8, r8, AL}, DU_DU_DU }, 428 {OpcodeInfo::all, {Size16, 0x0F, 0xB1, _r}, {r_m16, r16, AX}, DU_DU_DU }, 429 {OpcodeInfo::all, {0x0F, 0xB1, _r}, {r_m32, r32, EAX}, DU_DU_DU}, 430 {OpcodeInfo::em64t, {REX_W, 0x0F, 0xB1, _r}, {r_m64, r64, RAX}, DU_DU_DU }, 1656 BEGIN_MNEMONIC(MOVS8, MF_NONE, DU_DU_DU) 1658 {OpcodeInfo::ia32, {0xA4}, {r32,r32,ECX}, DU_DU_DU }, 1659 {OpcodeInfo::em64t, {0xA4}, {r64,r64,RCX}, DU_DU_DU }, 1663 BEGIN_MNEMONIC(MOVS16, MF_NONE, DU_DU_DU) 1665 {OpcodeInfo::ia32, {Size16, 0xA5}, {r32,r32,ECX}, DU_DU_DU }, 1666 {OpcodeInfo::em64t, {Size16, 0xA5}, {r64,r64,RCX}, DU_DU_DU }, [all …]
|
D | enc_prvt.h | 101 #define DU_DU_DU {3, 3, 3, ((OpndRole_Def|OpndRole_Use)<<4) | ((OpndRole_Def|OpndRole_Use)<<2) |… macro
|