Home | History | Annotate | Download | only in opcodes

Lines Matching refs:f_dsp_64_u16

1360   FLD (f_dsp_64_u16) = ((((UINT) (FLD (f_dsp_48_s32)) >> (16))) & (65535));
1371 long value = fields->f_dsp_64_u16;
2532 fields->f_dsp_64_u16 = value;
2536 FLD (f_dsp_48_s32) = ((((FLD (f_dsp_48_u16)) & (65535))) | (((((FLD (f_dsp_64_u16)) << (16))) & (0xffff0000))));