HomeSort by relevance Sort by last modified time
    Searched refs:InstrPrefix (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 170 typedef enum InstrPrefix {
186 } InstrPrefix;
465 ENCODER_DECLARE_EXPORT char * prefix(char * stream, InstrPrefix p);
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);
enc_wrapper.h 130 typedef enum InstrPrefix {
146 } InstrPrefix;
encoder.inl 104 ENCODER_DECLARE_EXPORT char * prefix(char * stream, InstrPrefix p) {
640 InstrPrefix pref)
655 InstrPrefix pref)
669 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix) {

Completed in 63 milliseconds