common_binop_word_long_r_rm
common_binop_word_long_r_rm(emu, add_word, add_long);
common_binop_word_long_r_rm(emu, or_word, or_long);
common_binop_word_long_r_rm(emu, adc_word, adc_long);
common_binop_word_long_r_rm(emu, sbb_word, sbb_long);
common_binop_word_long_r_rm(emu, and_word, and_long);
common_binop_word_long_r_rm(emu, sub_word, sub_long);
common_binop_word_long_r_rm(emu, xor_word, xor_long);