Home
last modified time | relevance | path

Searched refs:PIMM1 (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c1847 uint32_t r1 = dsp_convert_zero[PIMM1]; in DSP_addq()
1865 PRES = PRN + dsp_convert_zero[PIMM1]; in DSP_addqt()
1876 PRES = PRN & ~(1 << PIMM1); in DSP_bclr()
1882 PRES = PRN | (1 << PIMM1); in DSP_bset()
1888 dsp_flag_z = (~PRN >> PIMM1) & 1; in DSP_btst()
1974 int32_t offset = ((PIMM1 & 0x10) ? 0xFFFFFFF0 | PIMM1 : PIMM1); // Sign extend PIMM1 in DSP_jr()
2250 PRES = dsp_alternate_reg[PIMM1]; in DSP_movefa()
2267 PRES = PIMM1; in DSP_moveq()
2462 int32_t r1 = 32 - PIMM1; in DSP_shlq()
2470 int32_t r1 = dsp_convert_zero[PIMM1]; in DSP_shrq()
[all …]