Searched refs:infmt (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/mips/
H A Ddsp.cc495 int32_t infmt, int32_t outfmt, int32_t postsat, int32_t mode,
498 int nvals = SIMD_NVALS[infmt];
505 simdUnpack(a, a_values, infmt, SIGNED);
506 simdUnpack(b, b_values, infmt, SIGNED);
511 if (a_values[nvals - 1 - i] == FIXED_SMIN[infmt] &&
512 b_values[i] == FIXED_SMIN[infmt]) {
520 if (a_values[i] == FIXED_SMIN[infmt] &&
521 b_values[i] == FIXED_SMIN[infmt]) {
562 int32_t infmt, int32_t outfmt, int32_t postsat, int32_t mode,
565 int nvals = SIMD_NVALS[infmt];
494 dspDpaq(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t infmt, int32_t outfmt, int32_t postsat, int32_t mode, uint32_t *dspctl) argument
561 dspDpsq(int64_t dspac, int32_t a, int32_t b, int32_t ac, int32_t infmt, int32_t outfmt, int32_t postsat, int32_t mode, uint32_t *dspctl) argument
873 dspPrece(int32_t a, int32_t infmt, int32_t insign, int32_t outfmt, int32_t outsign, int32_t mode) argument
[all...]
H A Ddsp.hh161 int32_t infmt, int32_t outfmt, int32_t postsat, int32_t mode,
164 int32_t infmt, int32_t outfmt, int32_t postsat, int32_t mode,
180 int32_t dspPrece(int32_t a, int32_t infmt, int32_t insign, int32_t outfmt,

Completed in 8 milliseconds