Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-parse.y32 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
33 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
36 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
37 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
740 int h00, h10, h01, h11; variable
753 h00 = IS_H ($1.s0);
763 h00 = h10 = 0;
767 $$ = DSP32MAC (op1, $2.MM, $2.mod, w1, $1.P, h01, h11, h00, h10,
Dtc-bfin.c1173 int h01, int h11, int h00, int h10, int op0, in bfin_gen_dsp32mac() argument
1186 ASSIGN (h00); in bfin_gen_dsp32mac()
1206 int h01, int h11, int h00, int h10, int op0, in bfin_gen_dsp32mult() argument
1219 ASSIGN (h00); in bfin_gen_dsp32mult()
/toolchain/binutils/binutils-2.27/opcodes/
Dbfin-dis.c2950 int h00 = ((iw1 >> DSP32Mac_h00_bits) & DSP32Mac_h00_mask); in decode_dsp32mac_0() local
3006 decode_macfunc (0, op0, h00, h10, src0, src1, outf); in decode_dsp32mac_0()
3034 int h00 = ((iw1 >> DSP32Mac_h00_bits) & DSP32Mac_h00_mask); in decode_dsp32mult_0() local
3063 decode_multfunc (h00, h10, src0, src1, outf); in decode_dsp32mult_0()