OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpndExt_Signed
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h
179
#define r_m8s {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_8,
OpndExt_Signed
, RegName_Null}
180
#define r_m16s {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_16,
OpndExt_Signed
, RegName_Null}
181
#define r_m32s {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_32,
OpndExt_Signed
, RegName_Null}
202
#define imm8s {OpndKind_Imm, OpndSize_8,
OpndExt_Signed
, RegName_Null}
203
#define imm16s {OpndKind_Imm, OpndSize_16,
OpndExt_Signed
, RegName_Null}
204
#define imm32s {OpndKind_Imm, OpndSize_32,
OpndExt_Signed
, RegName_Null}
encoder.inl
101
imm.is_signed() ?
OpndExt_Signed
: OpndExt_Zero));
357
add_rm(args, rm, sz,
OpndExt_Signed
);
enc_defs.h
124
* To satisfy instruction constraints immediate operand should be either
OpndExt_Signed
129
OpndExt_Signed
= 0x1,
enc_wrapper.cpp
79
is_signed ?
OpndExt_Signed
: OpndExt_Zero));
Completed in 111 milliseconds