Searched refs:destoffset (Results 1 – 1 of 1) sorted by relevance
1096 uint32_t destoffset; in common_binop_byte_rm_r() local1103 destoffset = decode_rl_address(emu); in common_binop_byte_rm_r()1104 destval = fetch_data_byte(emu, destoffset); in common_binop_byte_rm_r()1106 store_data_byte(emu, destoffset, destval); in common_binop_byte_rm_r()1116 uint32_t destoffset; in common_binop_ns_byte_rm_r() local1122 destoffset = decode_rl_address(emu); in common_binop_ns_byte_rm_r()1123 destval = fetch_data_byte(emu, destoffset); in common_binop_ns_byte_rm_r()1133 uint32_t destoffset; in common_binop_word_rm_r() local1139 destoffset = decode_rl_address(emu); in common_binop_word_rm_r()1140 destval = fetch_data_word(emu, destoffset); in common_binop_word_rm_r()[all …]