Home | History | Annotate | Download | only in libenc

Lines Matching full:stream

177                   int imm, char* stream);
178 ENCODER_DECLARE_EXPORT unsigned encoder_get_inst_size(char * stream);
179 ENCODER_DECLARE_EXPORT char* encoder_update_imm(int imm, char * stream);
181 int disp, int base_reg, bool isBasePhysical, char* stream);
183 int reg, bool isPhysical, LowOpndRegType type, char* stream);
186 int reg2, bool isPhysical2, LowOpndRegType type, char* stream);
189 int reg, bool isPhysical, LowOpndRegType type, char* stream);
192 int reg, bool isPhysical, LowOpndRegType type, char* stream);
196 LowOpndRegType type, char* stream);
199 int reg, bool isPhysical, LowOpndRegType type, char * stream);
202 int reg, bool isPhysical, LowOpndRegType type, char * stream);
206 LowOpndRegType type, char* stream);
209 int disp, int base_reg, bool isBasePhysical, LowOpndRegType type, char* stream);
211 int imm, int reg, bool isPhysical, LowOpndRegType type, char* stream);
212 ENCODER_DECLARE_EXPORT char * encoder_update_imm_rm(int imm, char * stream);
215 int disp, int base_reg, bool isBasePhysical, char* stream);
217 int disp, int base_reg, bool isBasePhysical, char* stream);
220 int reg, char* stream);
221 ENCODER_DECLARE_EXPORT char* encoder_return(char* stream);
222 ENCODER_DECLARE_EXPORT char* encoder_compare_fp_stack(bool pop, int reg, bool isDouble, char* stream);
225 int reg, bool isPhysical, char* stream);
228 int reg, bool isPhysical, char* stream);
231 bool isPhysical2, LowOpndRegType type, char * stream);
234 bool isPhysical2, LowOpndRegType type, char * stream);
236 ENCODER_DECLARE_EXPORT char* decoder_disassemble_instr(char* stream, char* strbuf, unsigned int len);