Home
last modified time | relevance | path

Searched refs:Bit32s (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/emulators/bochs/bochs-2.7/cpu/avx/
H A Dxop.cc330 op1.xmm16s(n) = ((Bit32s) op1.xmm16s(n) * (Bit32s) op2.xmm16s(n)) + (Bit32s) op3.xmm16s(n); in VPMACSWW_VdqHdqWdqVIbR()
412 product[n] = (Bit32s) op1.xmm16s(n) * (Bit32s) op2.xmm16s(n); in VPMADCSSWD_VdqHdqWdqVIbR()
734 op.xmm32s(0) = (Bit32s) op.xmm16s(0) + (Bit32s) op.xmm16s(1); in VPHADDWD_VdqWdqR()
735 op.xmm32s(1) = (Bit32s) op.xmm16s(2) + (Bit32s) op.xmm16s(3); in VPHADDWD_VdqWdqR()
736 op.xmm32s(2) = (Bit32s) op.xmm16s(4) + (Bit32s) op.xmm16s(5); in VPHADDWD_VdqWdqR()
737 op.xmm32s(3) = (Bit32s) op.xmm16s(6) + (Bit32s) op.xmm16s(7); in VPHADDWD_VdqWdqR()
749 (Bit32s) op.xmm16s(2) + (Bit32s) op.xmm16s(3); in VPHADDWQ_VdqWdqR()
751 (Bit32s) op.xmm16s(6) + (Bit32s) op.xmm16s(7); in VPHADDWQ_VdqWdqR()
886 op.xmm32s(0) = (Bit32s) op.xmm16s(0) - (Bit32s) op.xmm16s(1); in VPHSUBWD_VdqWdqR()
887 op.xmm32s(1) = (Bit32s) op.xmm16s(2) - (Bit32s) op.xmm16s(3); in VPHSUBWD_VdqWdqR()
[all …]
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dmult32.cc52 Bit32s op1_32 = EAX; in IMUL_EAXEdR()
53 Bit32s op2_32 = BX_READ_32BIT_REG(i->src()); in IMUL_EAXEdR()
68 if(product_64 != (Bit32s)product_64) in IMUL_EAXEdR()
113 Bit32s op2_32 = BX_READ_32BIT_REG(i->src()); in IDIV_EAXEdR()
119 Bit32s remainder_32 = (Bit32s) (op1_64 % op2_32); in IDIV_EAXEdR()
120 Bit32s quotient_32l = (Bit32s) (quotient_64 & 0xFFFFFFFF); in IDIV_EAXEdR()
140 Bit32s op2_32 = BX_READ_32BIT_REG(i->src()); in IMUL_GdEdIdR()
141 Bit32s op3_32 = i->Id(); in IMUL_GdEdIdR()
154 if(product_64 != (Bit32s) product_64) in IMUL_GdEdIdR()
164 Bit32s op1_32 = BX_READ_32BIT_REG(i->dst()); in IMUL_GdEdR()
[all …]
H A D3dnow.cc70 int32_to_float32((Bit32s)(MMXSW0(op)), status_word); in PI2FW_PqQq()
72 int32_to_float32((Bit32s)(MMXSW2(op)), status_word); in PI2FW_PqQq()
290 Bit32s product1 = Bit32s(MMXSW0(op1)) * Bit32s(MMXSW0(op2)) + 0x8000; in PMULHRW_PqQq()
291 Bit32s product2 = Bit32s(MMXSW1(op1)) * Bit32s(MMXSW1(op2)) + 0x8000; in PMULHRW_PqQq()
292 Bit32s product3 = Bit32s(MMXSW2(op1)) * Bit32s(MMXSW2(op2)) + 0x8000; in PMULHRW_PqQq()
293 Bit32s product4 = Bit32s(MMXSW3(op1)) * Bit32s(MMXSW3(op2)) + 0x8000; in PMULHRW_PqQq()
H A Dsimd_int.h949 Bit32s product = Bit32s(op1->xmm16s(n)) * Bit32s(op2->xmm16s(n)); in xmm_pmulhw()
1001 Bit32s temp = Bit32s(op1->xmmubyte(n*2)) * Bit32s(op2->xmmsbyte(n*2)) + in xmm_pmaddubsw()
1002 Bit32s(op1->xmmubyte(n*2+1)) * Bit32s(op2->xmmsbyte(n*2+1)); in xmm_pmaddubsw()
1012 op1->xmm32u(n) = Bit32s(op1->xmm16s(n*2)) * Bit32s(op2->xmm16s(n*2)) + in xmm_pmaddwd()
1013 Bit32s(op1->xmm16s(n*2+1)) * Bit32s(op2->xmm16s(n*2+1)); in xmm_pmaddwd()
1755 Bit32s p1word = (Bit32u) op1->xmmubyte(n*4) * (Bit32s) op2->xmmsbyte(n*4); in xmm_pdpbusd()
1768 Bit32s p1word = (Bit32u) op1->xmmubyte(n*4) * (Bit32s) op2->xmmsbyte(n*4); in xmm_pdpbusds()
1782 Bit32s p1_dword = (Bit32s) op1->xmm16s(n*2) * (Bit32s) op2->xmm16s(n*2); in xmm_pdpwssd()
1783 Bit32s p2_dword = (Bit32s) op1->xmm16s(n*2+1) * (Bit32s) op2->xmm16s(n*2+1); in xmm_pdpwssd()
1793 Bit32s p1_dword = (Bit32s) op1->xmm16s(n*2) * (Bit32s) op2->xmm16s(n*2); in xmm_pdpwssds()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/dosbox/
H A Dopl.h124 Bit32s cval, lastcval; // current output/last output (used for feedback)
129 Bit32s mfbi; // feedback amount
134 Bit32s freq_high; // highest three bits of the frequency, used for vibrato calculations
176 Bit32s vib_table[VIBTAB_SIZE];
177 Bit32s trem_table[TREMTAB_SIZE*2];
179 Bit32s vibval_const[BLOCKBUF_SIZE];
180 Bit32s tremval_const[BLOCKBUF_SIZE];
183 Bit32s vibval_var1[BLOCKBUF_SIZE];
184 Bit32s vibval_var2[BLOCKBUF_SIZE];
187 Bit32s *vibval1, *vibval2, *vibval3, *vibval4;
[all …]
H A Dopl.cpp38 typedef SDWORD Bit32s; typedef
152 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
189 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
535 Bit32s trem_table_int[TREMTAB_SIZE];
925 Bit32s vib_lut[BLOCKBUF_SIZE];
926 Bit32s trem_lut[BLOCKBUF_SIZE];
975 Bit32s chanval = cptr[9].cval*2;
1007 Bit32s chanval = cptr[9].cval*2;
1030 Bit32s chanval = cptr[0].cval*2;
1127 Bit32s chanval = cptr[0].cval;
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/dosbox/
H A Dopl.h124 Bit32s cval, lastcval; // current output/last output (used for feedback)
129 Bit32s mfbi; // feedback amount
134 Bit32s freq_high; // highest three bits of the frequency, used for vibrato calculations
175 Bit32s vib_table[VIBTAB_SIZE];
176 Bit32s trem_table[TREMTAB_SIZE*2];
178 Bit32s vibval_const[BLOCKBUF_SIZE];
179 Bit32s tremval_const[BLOCKBUF_SIZE];
182 Bit32s vibval_var1[BLOCKBUF_SIZE];
183 Bit32s vibval_var2[BLOCKBUF_SIZE];
186 Bit32s *vibval1, *vibval2, *vibval3, *vibval4;
[all …]
H A Dopl.cpp36 typedef int32_t Bit32s; typedef
150 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
187 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
533 Bit32s trem_table_int[TREMTAB_SIZE];
923 Bit32s vib_lut[BLOCKBUF_SIZE];
924 Bit32s trem_lut[BLOCKBUF_SIZE];
973 Bit32s chanval = cptr[9].cval*2;
1005 Bit32s chanval = cptr[9].cval*2;
1028 Bit32s chanval = cptr[0].cval*2;
1125 Bit32s chanval = cptr[0].cval;
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/chips/dosbox/
H A Ddbopl.h36 typedef int32_t Bit32s; typedef
124 Bit32s volume; //The currently active volume
168 Bit32s RateForward( Bit32u add );
185 Bit32s old[2]; //Old data for feedback
206 void GeneratePercussion( Chip* chip, Bit32s* output );
259 void GenerateBlock2( Bitu samples, Bit32s* output );
260 void GenerateBlock2_Mix( Bitu samples, Bit32s* output );
261 void GenerateBlock3( Bitu samples, Bit32s* output );
262 void GenerateBlock3_Mix( Bitu samples, Bit32s* output );
276 void GenerateArr(Bit32s *out, Bitu *samples);
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/chips/dosbox/
H A Ddbopl.h36 typedef int32_t Bit32s; typedef
124 Bit32s volume; //The currently active volume
168 Bit32s RateForward( Bit32u add );
185 Bit32s old[2]; //Old data for feedback
211 void GeneratePercussion( Chip* chip, Bit32s* output );
264 void GenerateBlock2( Bitu samples, Bit32s* output );
265 void GenerateBlock2_Mix( Bitu samples, Bit32s* output );
266 void GenerateBlock3( Bitu samples, Bit32s* output );
267 void GenerateBlock3_Mix( Bitu samples, Bit32s* output );
282 void GenerateArr(Bit32s *out, Bitu *samples);
[all …]
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dopl.c39 static Bit32s vib_table[VIBTAB_SIZE];
40 static Bit32s trem_table[TREMTAB_SIZE*2];
46 static Bit32s vibval_var1[BLOCKBUF_SIZE];
47 static Bit32s vibval_var2[BLOCKBUF_SIZE];
182 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
219 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
982 Bit32s outbufl[BLOCKBUF_SIZE];
985 Bit32s outbufr[BLOCKBUF_SIZE];
989 Bit32s vib_lut[BLOCKBUF_SIZE];
990 Bit32s trem_lut[BLOCKBUF_SIZE];
[all …]
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dopl.cpp39 static Bit32s vib_table[VIBTAB_SIZE];
40 static Bit32s trem_table[TREMTAB_SIZE*2];
46 static Bit32s vibval_var1[BLOCKBUF_SIZE];
47 static Bit32s vibval_var2[BLOCKBUF_SIZE];
159 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
196 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
957 Bit32s outbufl[BLOCKBUF_SIZE];
960 Bit32s outbufr[BLOCKBUF_SIZE];
964 Bit32s vib_lut[BLOCKBUF_SIZE];
965 Bit32s trem_lut[BLOCKBUF_SIZE];
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/hardware/
H A Dopl.cpp38 static Bit32s vib_table[VIBTAB_SIZE];
39 static Bit32s trem_table[TREMTAB_SIZE*2];
45 static Bit32s vibval_var1[BLOCKBUF_SIZE];
46 static Bit32s vibval_var2[BLOCKBUF_SIZE];
158 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
195 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
956 Bit32s outbufl[BLOCKBUF_SIZE];
959 Bit32s outbufr[BLOCKBUF_SIZE];
963 Bit32s vib_lut[BLOCKBUF_SIZE];
964 Bit32s trem_lut[BLOCKBUF_SIZE];
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/
H A Dopl.cpp39 static Bit32s vib_table[VIBTAB_SIZE];
40 static Bit32s trem_table[TREMTAB_SIZE*2];
46 static Bit32s vibval_var1[BLOCKBUF_SIZE];
47 static Bit32s vibval_var2[BLOCKBUF_SIZE];
159 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
196 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
966 Bit32s outbufl[BLOCKBUF_SIZE];
969 Bit32s outbufr[BLOCKBUF_SIZE];
973 Bit32s vib_lut[BLOCKBUF_SIZE];
974 Bit32s trem_lut[BLOCKBUF_SIZE];
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/sound/
H A Dopl.cc51 static Bit32s vib_table[VIBTAB_SIZE];
52 static Bit32s trem_table[TREMTAB_SIZE*2];
54 static Bit32s vibval_const[BLOCKBUF_SIZE];
58 static Bit32s vibval_var1[BLOCKBUF_SIZE];
59 static Bit32s vibval_var2[BLOCKBUF_SIZE];
172 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
210 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) in operator_output()
1006 Bit32s outbufl[BLOCKBUF_SIZE];
1009 Bit32s outbufr[BLOCKBUF_SIZE];
1013 Bit32s vib_lut[BLOCKBUF_SIZE];
[all …]
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dwoodyopl.cpp41 static Bit32s vib_table[VIBTAB_SIZE];
42 static Bit32s trem_table[TREMTAB_SIZE*2];
48 static Bit32s vibval_var1[BLOCKBUF_SIZE];
49 static Bit32s vibval_var2[BLOCKBUF_SIZE];
161 …id operator_advance_drums(op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
198 void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) { in operator_output()
976 Bit32s outbufl[BLOCKBUF_SIZE];
979 Bit32s outbufr[BLOCKBUF_SIZE];
983 Bit32s vib_lut[BLOCKBUF_SIZE];
984 Bit32s trem_lut[BLOCKBUF_SIZE];
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dyn_x86/
H A Dhelpers.h55 Bit32s num=(((Bit32u)reg_dx)<<16)|reg_ax; in dyn_helper_idivw()
56 Bit32s quo=num/val; in dyn_helper_idivw()
59 if (quo!=(Bit32s)quo16s) return CPU_PrepareException(0,0); in dyn_helper_idivw()
77 static bool dyn_helper_idivd(Bit32s val) { in dyn_helper_idivd()
81 Bit32s rem=(Bit32s)(num % val); in dyn_helper_idivd()
82 Bit32s quo32s=(Bit32s)(quo&0xffffffff); in dyn_helper_idivd()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Ddbopl.h38 typedef int32_t Bit32s; typedef
47 typedef signed long Bit32s; typedef
137 Bit32s sustainLevel; //When stopping at sustain level stop here
138 Bit32s totalLevel; //totalLevel is added to every generated volume
140 Bit32s volume; //The currently active volume
184 Bit32s RateForward( Bit32u add );
201 Bit32s old[2]; //Old data for feedback
222 void GeneratePercussion( Chip* chip, Bit32s* output );
226 Channel* BlockTemplate( Chip* chip, Bit32u samples, Bit32s* output );
275 void GenerateBlock2( Bitu samples, Bit32s* output );
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dynrec/
H A Drisc_ppc.h160 Bit32s off; in gen_addr()
165 off = addr - (Bit32s)&Segs; in gen_addr()
187 off = addr - (Bit32s)&fpu; in gen_addr()
221 Bit32s addr = (Bit32s)data; in gen_mov_word_to_reg()
252 Bit32s addr = (Bit32s)dest; in gen_mov_word_from_reg()
263 Bit32s addr = (Bit32s)data; in gen_mov_byte_to_reg_low()
279 Bit32s addr = (Bit32s)dest; in gen_mov_byte_from_reg_low()
411 Bit32s addr = (Bit32s)dest; in gen_add_direct_word()
467 Bit32s f = (Bit32s)func; in do_gen_call()
468 Bit32s off = f - (Bit32s)pos; in do_gen_call()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DTVP.cpp71 static inline Bit32s coarseToPitch(Bit8u coarse) { in coarseToPitch()
75 static inline Bit32s fineToPitch(Bit8u fine) { in fineToPitch()
80 Bit32s basePitch = keyToPitch(key); in calcBasePitch()
90 …basePitch += (Bit32s)((((Bit32s)controlROMPCMStruct->pitchMSB) << 8) | (Bit32s)controlROMPCMStruct… in calcBasePitch()
124 static Bit32s calcTargetPitchOffsetWithoutLFO(const TimbreParam::PartialParam *partialParam, int le… in calcTargetPitchOffsetWithoutLFO()
127 …targetPitchOffsetWithoutLFO = (Bit32s)(targetPitchOffsetWithoutLFO * veloMult) >> (16 - partialPar… in calcTargetPitchOffsetWithoutLFO()
148 …timeKeyfollowSubtraction = (Bit32s)(key - 60) >> (5 - partialParam->pitchEnv.timeKeyfollow); // PO… in reset()
167 Bit32s newPitch = basePitch + currentPitchOffset; in updatePitch()
249 Bit32s pitchOffsetDelta = targetPitchOffset - currentPitchOffset; in setupPitchChange()
324 …int newResult = ((Bit32s)(negativeBigTicksRemaining * pitchOffsetChangePerBigTick)) >> rightShifts… in process()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dopl.c163 …nce_drums(OPL_DATA* chip, op_type* op_pt1, Bit32s vib1, op_type* op_pt2, Bit32s vib2, op_type* op_… in operator_advance_drums()
201 INLINE void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) in operator_output()
1263 Bit32s vib_tshift; in ADLIBEMU()
1360 Bit32s chanval; in ADLIBEMU()
1404 Bit32s chanval; in ADLIBEMU()
1442 Bit32s chanval; in ADLIBEMU()
1500 Bit32s chanval; in ADLIBEMU()
1595 Bit32s chanval; in ADLIBEMU()
1628 Bit32s chanval; in ADLIBEMU()
1773 Bit32s chanval; in ADLIBEMU()
[all …]
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dopl.c201 INLINE void operator_output(op_type* op_pt, Bit32s modulator, Bit32s trem) in operator_output()
1263 Bit32s vib_tshift; in ADLIBEMU()
1360 Bit32s chanval; in ADLIBEMU()
1404 Bit32s chanval; in ADLIBEMU()
1442 Bit32s chanval; in ADLIBEMU()
1500 Bit32s chanval; in ADLIBEMU()
1595 Bit32s chanval; in ADLIBEMU()
1628 Bit32s chanval; in ADLIBEMU()
1653 Bit32s chanval; in ADLIBEMU()
1773 Bit32s chanval; in ADLIBEMU()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Ddbopl.h53 typedef int32 Bit32s; typedef
70 typedef Channel* ( DBOPL::Channel::*SynthHandler) ( Chip* chip, Bit32u samples, Bit32s* output );
128 Bit32s sustainLevel; //When stopping at sustain level stop here
129 Bit32s totalLevel; //totalLevel is added to every generated volume
131 Bit32s volume; //The currently active volume
175 Bit32s RateForward( Bit32u add );
192 Bit32s old[2]; //Old data for feedback
213 void GeneratePercussion( Chip* chip, Bit32s* output );
217 Channel* BlockTemplate( Chip* chip, Bit32u samples, Bit32s* output );
266 void GenerateBlock2( Bitu samples, Bit32s* output );
[all …]
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/opl/
H A Ddbopl.h53 typedef int32 Bit32s; typedef
70 typedef Channel* ( DBOPL::Channel::*SynthHandler) ( Chip* chip, Bit32u samples, Bit32s* output );
128 Bit32s sustainLevel; //When stopping at sustain level stop here
129 Bit32s totalLevel; //totalLevel is added to every generated volume
131 Bit32s volume; //The currently active volume
175 Bit32s RateForward( Bit32u add );
192 Bit32s old[2]; //Old data for feedback
213 void GeneratePercussion( Chip* chip, Bit32s* output );
217 Channel* BlockTemplate( Chip* chip, Bit32u samples, Bit32s* output );
266 void GenerateBlock2( Bitu samples, Bit32s* output );
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/dosbox/
H A Ddbopl.h28 typedef int32_t Bit32s; typedef
56 typedef Channel* ( DBOPL::Channel::*SynthHandler) ( Chip* chip, Bit32u samples, Bit32s* output );
114 Bit32s sustainLevel; //When stopping at sustain level stop here
115 Bit32s totalLevel; //totalLevel is added to every generated volume
117 Bit32s volume; //The currently active volume
161 Bit32s RateForward( Bit32u add );
178 Bit32s old[2]; //Old data for feedback
199 void GeneratePercussion( Chip* chip, Bit32s* output );
203 Channel* BlockTemplate( Chip* chip, Bit32u samples, Bit32s* output );
254 void GenerateBlock2( Bitu samples, Bit32s* output );
[all …]

12345678910>>...17