Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_tabl.cpp459 {OpcodeInfo::all, {0x0F, 0xBC}, {r32, r_m32}, D_U},
465 {OpcodeInfo::all, {0x0F, 0xBD}, {r32, r_m32}, D_U},
486 BEGIN_MNEMONIC(CDQ, MF_NONE, D_U )
488 {OpcodeInfo::all, {0x99}, {DX, AX}, D_U },
489 {OpcodeInfo::all, {0x99}, {EDX, EAX}, D_U },
490 {OpcodeInfo::em64t, {REX_W, 0x99}, {RDX, RAX}, D_U },
527 BEGIN_MNEMONIC(CVTSD2SS, MF_NONE, D_U )
529 {OpcodeInfo::all, {0xF2, 0x0F, 0x5A, _r}, {xmm32, xmm_m64}, D_U },
534 BEGIN_MNEMONIC(CVTSD2SI, MF_NONE, D_U )
536 {OpcodeInfo::all, {0xF2, 0x0F, 0x2D, _r}, {r32, xmm_m64}, D_U },
[all …]
Denc_prvt.h96 #define D_U {2, 1, 1, OpndRole_Def<<2 | OpndRole_Use } macro