Home
last modified time | relevance | path

Searched refs:m_dst (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/emulators/mess/mame-mame0226/src/devices/cpu/i86/
H A Di86inline.h745 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_BYTE()
751 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_WORD()
757 m_dst = (m_dst >> 1) | (CF ? 0x80 : 0x00); in ROR_BYTE()
763 m_dst = (m_dst >> 1) + (CF ? 0x8000 : 0x0000); in ROR_WORD()
768 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_BYTE()
774 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_WORD()
782 m_dst >>= 1; in RORC_BYTE()
789 m_dst >>= 1; in RORC_WORD()
795 m_dst <<= 1; in SHL_BYTE()
841 m_dst = ((int8_t) m_dst) >> 1; in SHRA_BYTE()
[all …]
H A Di86.cpp264 m_dst = m_src; in execute_run()
291 m_dst = m_src; in execute_run()
574 m_dst = 0; in device_reset()
720 RegByte(m_dst); in common_op()
727 RegWord(m_dst); in common_op()
772 RegByte(m_dst); in common_op()
779 RegWord(m_dst); in common_op()
1933 m_dst = m_src; in common_op()
1951 m_dst = m_src; in common_op()
2269 m_dst = 0; in common_op()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i86/
H A Di86inline.h745 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_BYTE()
751 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_WORD()
757 m_dst = (m_dst >> 1) | (CF ? 0x80 : 0x00); in ROR_BYTE()
763 m_dst = (m_dst >> 1) + (CF ? 0x8000 : 0x0000); in ROR_WORD()
768 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_BYTE()
774 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_WORD()
782 m_dst >>= 1; in RORC_BYTE()
789 m_dst >>= 1; in RORC_WORD()
795 m_dst <<= 1; in SHL_BYTE()
841 m_dst = ((int8_t) m_dst) >> 1; in SHRA_BYTE()
[all …]
H A Di86.cpp264 m_dst = m_src; in execute_run()
291 m_dst = m_src; in execute_run()
574 m_dst = 0; in device_reset()
720 RegByte(m_dst); in common_op()
727 RegWord(m_dst); in common_op()
772 RegByte(m_dst); in common_op()
779 RegWord(m_dst); in common_op()
1933 m_dst = m_src; in common_op()
1951 m_dst = m_src; in common_op()
2269 m_dst = 0; in common_op()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/v30mz/
H A Dv30mz.cpp271 m_dst = 0; in device_reset()
1050 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_BYTE()
1056 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_WORD()
1062 m_dst = (m_dst >> 1) | (CF ? 0x80 : 0x00); in ROR_BYTE()
1068 m_dst = (m_dst >> 1) + (CF ? 0x8000 : 0x0000); in ROR_WORD()
1073 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_BYTE()
1079 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_WORD()
1138 m_dst = ((int8_t)m_dst) >> (c-1); in SHRA_BYTE()
1140 m_dst = m_dst >> 1; in SHRA_BYTE()
1148 m_dst = ((int16_t)m_dst) >> (c-1); in SHRA_WORD()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/v30mz/
H A Dv30mz.cpp271 m_dst = 0; in device_reset()
1050 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_BYTE()
1056 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROL_WORD()
1062 m_dst = (m_dst >> 1) | (CF ? 0x80 : 0x00); in ROR_BYTE()
1068 m_dst = (m_dst >> 1) + (CF ? 0x8000 : 0x0000); in ROR_WORD()
1073 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_BYTE()
1079 m_dst = (m_dst << 1) | ( CF ? 1 : 0 ); in ROLC_WORD()
1138 m_dst = ((int8_t)m_dst) >> (c-1); in SHRA_BYTE()
1140 m_dst = m_dst >> 1; in SHRA_BYTE()
1148 m_dst = ((int16_t)m_dst) >> (c-1); in SHRA_WORD()
[all …]
/dports/audio/kwave/kwave-21.12.3/plugins/codec_ascii/
H A DAsciiEncoder.cpp47 :Kwave::Encoder(), m_dst() in AsciiEncoder()
99 m_dst.setDevice(&dst); in encode()
130 m_dst << META_PREFIX << "'label[" in encode()
150 m_dst.setFieldWidth(9); in encode()
151 m_dst << sample; in encode()
155 m_dst << ", "; in encode()
159 m_dst << " # "; in encode()
160 m_dst.setFieldWidth(12); in encode()
161 m_dst << pos; in encode()
165 m_dst << Qt::endl; in encode()
[all …]
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DOGL_LoadScreen.cpp65 m_dst.w = screenWidth; in Start()
66 m_dst.h = screenHeight; in Start()
70 m_dst.w = screenWidth; in Start()
76 m_dst.h = screenHeight; in Start()
81 m_dst.w = imageWidth; in Start()
82 m_dst.h = imageHeight; in Start()
84 m_dst.x = (screenWidth - m_dst.w) / 2; in Start()
85 m_dst.y = (screenHeight - m_dst.h) / 2; in Start()
87 x_offset = m_dst.x; in Start()
88 y_offset = m_dst.y; in Start()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/collection/
H A Dcollectionscannerhints.cpp127 m_dst(dstAlbumRootId, dstRelativePath) in AlbumCopyMoveHint()
149 return m_dst.albumRootId; in albumRootIdDst()
154 return m_dst.relativePath; in relativePathDst()
166 ::qHash(m_dst.albumRootId) ^ ::qHash(m_dst.relativePath)); in qHash()
175 >> m_dst.albumRootId >> m_dst.relativePath; in operator <<()
185 << m_dst.albumRootId << m_dst.relativePath; in operator >>()
204 m_dst (dstItemRootId, dstAlbumId), in ItemCopyMoveHint()
221 return m_dst.albumRootId; in albumRootIdDst()
226 return m_dst.albumId; in albumIdDst()
258 >> m_dst.albumRootId >> m_dst.albumId in operator <<()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DInstBuilder.hpp226 m_dst.reset(); in clearInstState()
621 m_dst.loc = loc; in InstDstOpRegDirect()
624 m_dst.regOpName = rn; in InstDstOpRegDirect()
625 m_dst.regOpReg = reg; in InstDstOpRegDirect()
627 m_dst.type = ty; in InstDstOpRegDirect()
641 m_dst.loc = loc; in InstDstOpRegMathMacroExtReg()
649 m_dst.type = ty; in InstDstOpRegMathMacroExtReg()
671 m_dst.loc = loc; in InstDstOpRegIndirect()
678 m_dst.type = ty; in InstDstOpRegIndirect()
683 m_dst = opInfo; in InstDstOp()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst), in FetchInstruction()
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst), in FetchInstruction()
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
139 m_dst(dst), in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst), in FetchInstruction()
203 m_dst(dst), in FetchInstruction()
240 if (*c == *m_dst.reg_i(i)) in replace_values()
267 m_dst == l.m_dst && in is_equal_to()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/utils/
H A Dc81merge.cc64 m_dst[m] = m_from[m]; in merge_data_from()
73 if (m_to[mt] >= m_dst[m]) { in merge_data_from()
94 doublereal d1 = (m_to[mt] - m_dst[m])/dd; in merge_data_from()
129 m_dst = data->ml; in c81_data_merge_from()
140 m_dst = data->md; in c81_data_merge_from()
151 m_dst = data->mm; in c81_data_merge_from()
171 m_dst[m] = m_to[m]; in merge_data_to()
180 if (m_from[mf] >= m_dst[m]) { in merge_data_to()
236 m_dst = data->ml; in c81_data_merge_to()
247 m_dst = data->md; in c81_data_merge_to()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8fl8.c59 uchar *m_dst; in flat8_flat8_ubitmap() local
69 m_dst = grd_bm.bits + grow * y + x; in flat8_flat8_ubitmap()
75 m_dst[i] = m_src[i]; in flat8_flat8_ubitmap()
77 m_dst += grow; in flat8_flat8_ubitmap()
81 memmove(m_dst, m_src, w); in flat8_flat8_ubitmap()
84 m_dst += grow; in flat8_flat8_ubitmap()
/dports/sysutils/krename/krename-5.0.1/src/
H A Dkrenamefile.h275 m_dst.filename = filename; in setDstFilename()
280 return m_dst.filename; in dstFilename()
285 m_dst.extension = extension; in setDstExtension()
290 return m_dst.extension; in dstExtension()
295 m_dst.directory = directory; in setDstDirectory()
300 return m_dst.directory; in dstDirectory()
305 m_dst.url = url; in setDstUrl()
310 return m_dst.url; in dstUrl()
356 TFileDescription m_dst; variable
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/dsr/model/
H A Ddsr-rsendbuff.h59 m_dst (d), in m_packet()
71 return ((m_packet == o.m_packet) && (m_dst == o.m_dst) && (m_expire == o.m_expire));
97 return m_dst; in GetDestination()
105 m_dst = d; in SetDestination()
144 Ipv4Address m_dst; variable

12345678910>>...16