Lines Matching refs:dstreg
8990 u16 *dstreg; in x86emuOp_les_R_IMM() local
8998 dstreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_les_R_IMM()
9003 *dstreg = fetch_data_word(srcoffset); in x86emuOp_les_R_IMM()
9007 dstreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_les_R_IMM()
9012 *dstreg = fetch_data_word(srcoffset); in x86emuOp_les_R_IMM()
9016 dstreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_les_R_IMM()
9021 *dstreg = fetch_data_word(srcoffset); in x86emuOp_les_R_IMM()
9040 u16 *dstreg; in x86emuOp_lds_R_IMM() local
9048 dstreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_lds_R_IMM()
9053 *dstreg = fetch_data_word(srcoffset); in x86emuOp_lds_R_IMM()
9057 dstreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_lds_R_IMM()
9062 *dstreg = fetch_data_word(srcoffset); in x86emuOp_lds_R_IMM()
9066 dstreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_lds_R_IMM()
9071 *dstreg = fetch_data_word(srcoffset); in x86emuOp_lds_R_IMM()