Searched refs:shiftreg (Results 1 – 1 of 1) sorted by relevance
304 u32 *shiftreg; in x86emuOp2_bt_R() local307 shiftreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp2_bt_R()309 bit = *shiftreg & 0x1F; in x86emuOp2_bt_R()310 disp = (s16)*shiftreg >> 5; in x86emuOp2_bt_R()315 u16 *shiftreg; in x86emuOp2_bt_R() local318 shiftreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp2_bt_R()320 bit = *shiftreg & 0xF; in x86emuOp2_bt_R()321 disp = (s16)*shiftreg >> 4; in x86emuOp2_bt_R()327 u32 *srcreg,*shiftreg; in x86emuOp2_bt_R() local331 shiftreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp2_bt_R()[all …]