Searched refs:InstrPrefix (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | encoder.h | 170 typedef enum InstrPrefix { enum 186 } InstrPrefix; typedef 465 ENCODER_DECLARE_EXPORT char * prefix(char * stream, InstrPrefix p); 584 … char * branch8(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_pre… 587 …char * branch32(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrPrefix prefix = no_pre… 593 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, I_32 disp, InstrPrefix prefix…
|
D | enc_wrapper.h | 130 typedef enum InstrPrefix { enum 146 } InstrPrefix; typedef
|
D | encoder.inl | 104 ENCODER_DECLARE_EXPORT char * prefix(char * stream, InstrPrefix p) { 640 InstrPrefix pref) 655 InstrPrefix pref) 669 …RE_EXPORT char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix) {
|