Searched refs:destoffset (Results 1 – 1 of 1) sorted by relevance
1111 uint32_t destoffset; in common_binop_byte_rm_r() local1118 destoffset = decode_rl_address(emu); in common_binop_byte_rm_r()1119 destval = fetch_data_byte(emu, destoffset); in common_binop_byte_rm_r()1121 store_data_byte(emu, destoffset, destval); in common_binop_byte_rm_r()1132 uint32_t destoffset; in common_binop_ns_byte_rm_r() local1138 destoffset = decode_rl_address(emu); in common_binop_ns_byte_rm_r()1139 destval = fetch_data_byte(emu, destoffset); in common_binop_ns_byte_rm_r()1150 uint32_t destoffset; in common_binop_word_rm_r() local1156 destoffset = decode_rl_address(emu); in common_binop_word_rm_r()1157 destval = fetch_data_word(emu, destoffset); in common_binop_word_rm_r()[all …]