Searched refs:x86_mov8_imm (Results 1 – 3 of 3) sorted by relevance
325 void x86_mov8_imm(struct x86_function *p, struct x86_reg dst, uint8_t imm );
494 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() function
921 x86_mov8_imm(p->func, x86_make_disp(dst, i * 1), v); in translate_attr_convert()