Searched defs:HL (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-bfin.c | 1236 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, in bfin_gen_dsp32alu() 2362 int HL = ((iw0 >> (DSP32Alu_HL_bits - 16)) & DSP32Alu_HL_mask); in decode_dsp32alu_0() local
|
D | bfin-parse.y | 29 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | bfin-dis.c | 3085 int HL = ((iw0 >> (DSP32Alu_HL_bits - 16)) & DSP32Alu_HL_mask); in decode_dsp32alu_0() local
|