HomeSort by relevance Sort by last modified time
    Searched refs:D_U (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 459 {OpcodeInfo::all, {0x0F, 0xBC}, {r32, r_m32}, D_U},
465 {OpcodeInfo::all, {0x0F, 0xBD}, {r32, r_m32}, D_U},
485 //TODO: Workaround. Actually, it's D_DU, but Jitrino's CG thinks it's 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 )
    [all...]
enc_prvt.h 96 #define D_U {2, 1, 1, OpndRole_Def<<2 | OpndRole_Use }

Completed in 191 milliseconds