Searched refs:dst1 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-bfin.c | 1237 REG_T dst0, REG_T dst1, REG_T src0, REG_T src1) in bfin_gen_dsp32alu() argument 1247 ASSIGN_R (dst1); in bfin_gen_dsp32alu() 2361 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); in decode_dsp32alu_0() local 2424 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() 2431 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() 2441 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() 2444 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() 2446 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() 2459 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() 2469 return DREG_MASK (dst0) | DREG_MASK (dst1); in decode_dsp32alu_0() [all …]
|
D | bfin-parse.y | 29 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument 30 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1)
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | bfin-dis.c | 3084 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); in decode_dsp32alu_0() local 3582 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3589 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3604 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3661 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3669 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3725 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3742 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3807 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() 3850 OUTS (outf, dregs (dst1)); in decode_dsp32alu_0() [all …]
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | m32c.cpu | 8726 (define-pmacro (mov-src-dspsp-sem mach mode src dst1) 8727 (set (mem-mach mach mode (add sp dst1)) src)
|