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