Searched defs:ConditionCode (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_wrapper.h92 typedef enum ConditionCode { enum
125 } ConditionCode; typedef in typeref:enum:ConditionCode
H A Dencoder.h132 typedef enum ConditionCode { enum
165 } ConditionCode; typedef in typeref:enum:ConditionCode
557 ENCODER_DECLARE_EXPORT char * cmov(char * stream, ConditionCode cc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);
558 ENCODER_DECLARE_EXPORT char * setcc(char * stream, ConditionCode cc, const RM_Opnd & rm8);
584 ENCODER_DECLARE_EXPORT char * branch8(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_prefix);
587 ENCODER_DECLARE_EXPORT char * branch32(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_prefix);
590 //char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix = no_prefix);
593 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, I_32 disp, InstrPrefix prefix = no_prefix);

Completed in 43 milliseconds