Searched refs:shld_long (Results 1 – 1 of 1) sorted by relevance
138 static uint32_t shld_long (struct x86emu *, uint32_t d, uint32_t fill, uint8_t s);5169 destval = shld_long(emu, destval, *shiftreg, shift); in common_shift32()7554 shld_long(struct x86emu *emu, uint32_t d, uint32_t fill, uint8_t s) in shld_long() function