Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dbfin-sim.c4321 SET_AREG (aop, 0); in decode_dsp32alu_0()
4326 SET_AREG (0, 0); in decode_dsp32alu_0()
4327 SET_AREG (1, 0); in decode_dsp32alu_0()
4397 SET_AREG (i, acc); in decode_dsp32alu_0()
4454 SET_AREG (HL, acc); in decode_dsp32alu_0()
4542 SET_AREG (0, saturate_s40 (-get_extended_acc (cpu, 0))); in decode_dsp32alu_0()
4543 SET_AREG (1, saturate_s40 (-get_extended_acc (cpu, 1))); in decode_dsp32alu_0()
4553 SET_AREG (HL, saturate_s40_astat (-src_acc, &v)); in decode_dsp32alu_0()
5204 SET_AREG (1, src_hi); in decode_dsp32alu_0()
5208 SET_AREG (1, a1_lo); in decode_dsp32alu_0()
[all …]
Dbfin-sim.h182 #define SET_AREG(x, val) \ macro