Searched refs:U_U (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_tabl.cpp | 419 BEGIN_MNEMONIC(CMP, MF_AFFECTS_FLAGS, U_U) 421 DEFINE_ALU_OPCODES( _7, 0x38, 0x38, U_U ) 1526 BEGIN_MNEMONIC(TEST, MF_AFFECTS_FLAGS, U_U) 1529 {OpcodeInfo::decoder, {0xA8, ib}, { AL, imm8}, U_U }, 1530 {OpcodeInfo::decoder, {0xA9, iw}, { AX, imm16}, U_U }, 1531 {OpcodeInfo::decoder, {0xA9, id}, { EAX, imm32}, U_U }, 1532 {OpcodeInfo::decoder64, {REX_W, 0xA9, id}, { RAX, imm32s}, U_U }, 1534 {OpcodeInfo::all, {0xF6, _0, ib}, {r_m8,imm8}, U_U }, 1536 {OpcodeInfo::all, {Size16, 0xF7, _0, iw}, {r_m16,imm16}, U_U }, 1537 {OpcodeInfo::all, {0xF7, _0, id}, {r_m32,imm32}, U_U }, [all …]
|
D | enc_prvt.h | 95 #define U_U {2, 0, 2, OpndRole_Use<<2 | OpndRole_Use } macro
|