Searched refs:AX (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_tabl.cpp | 350 {OpcodeInfo::decoder, {Size16, opcode_starts_from + 5, iw}, {AX, imm16}, DU_U },\ 428 {OpcodeInfo::all, {Size16, 0x0F, 0xB1, _r}, {r_m16, r16, AX}, DU_DU_DU }, 488 {OpcodeInfo::all, {0x99}, {DX, AX}, D_U }, 995 {OpcodeInfo::all, {Size16, 0xF7, _7}, {DX, AX, r_m16}, DU_DU_U }, 1034 {OpcodeInfo::all, {0xF6, _4}, {AX, AL, r_m8}, D_DU_U }, 1035 {OpcodeInfo::all, {Size16, 0xF7, _4}, {DX, AX, r_m16}, D_DU_U }, 1168 {OpcodeInfo::decoder, {Size16, 0xA1}, {AX, moff16}, D_U }, 1173 {OpcodeInfo::decoder, {Size16, 0xA3}, {moff16, AX}, D_U }, 1530 {OpcodeInfo::decoder, {0xA9, iw}, { AX, imm16}, U_U },
|
D | enc_prvt.h | 140 #define AX {OpndKind_GPReg, OpndSize_16, OpndExt_Any, RegName_AX} macro
|