Searched refs:DU (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_tabl.cpp | 436 {OpcodeInfo::all, {0x0F, 0xC7, _1}, {m64}, DU }, 592 BEGIN_MNEMONIC(DEC, MF_AFFECTS_FLAGS, DU ) 594 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU }, 596 {OpcodeInfo::all, {Size16, 0xFF, _1}, {r_m16}, DU }, 597 {OpcodeInfo::all, {0xFF, _1}, {r_m32}, DU }, 598 {OpcodeInfo::em64t, {REX_W, 0xFF, _1}, {r_m64}, DU }, 600 {OpcodeInfo::ia32, {Size16, 0x48|rw}, {r16}, DU }, 601 {OpcodeInfo::ia32, {0x48|rd}, {r32}, DU }, 623 BEGIN_MNEMONIC(FADDP, MF_NONE, DU ) 625 {OpcodeInfo::all, {0xDE, 0xC1}, {FP0D}, DU }, [all …]
|
D | enc_prvt.h | 93 #define DU {1, 1, 1, OpndRole_Def|OpndRole_Use } macro
|