OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_m16
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp
355
{OpcodeInfo::all, {Size16, 0x81, opc_ext, iw}, {
r_m16
, imm16}, def_use },\
359
{OpcodeInfo::all, {Size16, 0x83, opc_ext, ib}, {
r_m16
, imm8s}, def_use },\
365
{OpcodeInfo::all, {Size16, opcode_starts_from+1, _r}, {
r_m16
, r16}, def_use },\
371
{OpcodeInfo::all, {Size16, opcode_starts_from+3, _r}, {r16,
r_m16
}, def_use },\
428
{OpcodeInfo::all, {Size16, 0x0F, 0xB1, _r}, {
r_m16
, r16, AX}, DU_DU_DU },
497
{OpcodeInfo::all, {Size16, 0x0F, 0x40 + ConditionMnemonic_##cc, _r}, {r16,
r_m16
}, DU_U }, \
596
{OpcodeInfo::all, {Size16, 0xFF, _1}, {
r_m16
}, DU },
[
all
...]
enc_prvt.h
176
#define
r_m16
{(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_16, OpndExt_Any, RegName_Null}
macro
Completed in 185 milliseconds