Lines Matching refs:imm
203 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm );
204 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm );
205 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm );
206 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm );
207 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm );
208 void x86_xor_imm( struct x86_function *p, struct x86_reg dst, int imm );
209 void x86_cmp_imm( struct x86_function *p, struct x86_reg dst, int imm );
256 void sse2_psllw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
257 void sse2_pslld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
258 void sse2_psllq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
260 void sse2_psrlw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
261 void sse2_psrld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
262 void sse2_psrlq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
264 void sse2_psraw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
265 void sse2_psrad_imm( struct x86_function *p, struct x86_reg dst, unsigned imm );
269 void sse2_pshuflw( struct x86_function *p, struct x86_reg dst, struct x86_reg src, uint8_t imm );
270 void sse2_pshufhw( struct x86_function *p, struct x86_reg dst, struct x86_reg src, uint8_t imm );
271 void sse2_pshufd( struct x86_function *p, struct x86_reg dst, struct x86_reg src, uint8_t imm );
324 void x86_mov_imm(struct x86_function *p, struct x86_reg dst, int imm );
325 void x86_mov8_imm(struct x86_function *p, struct x86_reg dst, uint8_t imm );
326 void x86_mov16_imm(struct x86_function *p, struct x86_reg dst, uint16_t imm );
332 void x86_push_imm32( struct x86_function *p, int imm );
334 void x86_retw( struct x86_function *p, unsigned short imm );
341 void x86_shr_imm( struct x86_function *p, struct x86_reg reg, unsigned imm );
342 void x86_sar_imm( struct x86_function *p, struct x86_reg reg, unsigned imm );
343 void x86_shl_imm( struct x86_function *p, struct x86_reg reg, unsigned imm );