OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_platf
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
encoder.h
109
size_platf
= size_64
enumerator in enum:Opnd_Size
111
size_platf
= size_32
468
ENCODER_DECLARE_EXPORT char * push(char * stream, const RM_Opnd & rm, Opnd_Size sz =
size_platf
);
470
ENCODER_DECLARE_EXPORT char * pop(char * stream, const RM_Opnd & rm, Opnd_Size sz =
size_platf
);
473
ENCODER_DECLARE_EXPORT char * cmpxchg(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Size sz =
size_platf
);
474
ENCODER_DECLARE_EXPORT char * xchg(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Size sz =
size_platf
);
477
ENCODER_DECLARE_EXPORT char * inc(char * stream, const RM_Opnd & rm, Opnd_Size sz =
size_platf
);
478
ENCODER_DECLARE_EXPORT char * dec(char * stream, const RM_Opnd & rm, Opnd_Size sz =
size_platf
);
479
ENCODER_DECLARE_EXPORT char * _not(char * stream, const RM_Opnd & rm, Opnd_Size sz =
size_platf
);
480
ENCODER_DECLARE_EXPORT char * neg(char * stream, const RM_Opnd & rm, Opnd_Size sz =
size_platf
);
[
all
...]
enc_wrapper.h
72
size_platf
= size_64
enumerator in enum:Opnd_Size
74
size_platf
= size_32
Completed in 59 milliseconds