Home | History | Annotate | Download | only in config

Lines Matching defs:HL

1221 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x,
1226 ASSIGN (HL);
2343 | 1 | 1 | 0 | 0 |.M.| 1 | 0 | - | - | - |.HL|.aopcde............|
2351 int HL = ((iw0 >> (DSP32Alu_HL_bits - 16)) & DSP32Alu_HL_mask);
2356 else if (aop == 2 && aopcde == 9 && HL == 0 && s == 0)
2359 return HL ? DREGH_MASK (dst0) : DREGL_MASK (dst0);
2360 else if (HL == 0 && aopcde == 2)
2362 else if (HL == 1 && aopcde == 2)
2364 else if (HL == 0 && aopcde == 3)
2366 else if (HL == 1 && aopcde == 3)
2382 return HL ? DREGH_MASK (dst0) : DREGL_MASK (dst0);
2390 else if (aop == 3 && HL == 0 && aopcde == 14)
2393 else if (aop == 3 && HL == 0 && aopcde == 15)
2402 else if (aop == 3 && HL == 0 && aopcde == 16)
2405 else if (aop == 3 && HL == 0 && aopcde == 7)
2415 return HL ? DREGH_MASK (dst0) : DREGL_MASK (dst0);
2450 else if (aop == 0 && aopcde == 23 && HL == 1)
2452 else if (aop == 0 && aopcde == 23 && HL == 0)