Home | History | Annotate | Download | only in priv

Lines Matching refs:fld_d

13504       UInt fld_d  = INSN(15,12);
13510 UInt dd = isF64 ? ((bit_D << 4) | fld_d) : ((fld_d << 1) | bit_D);
13551 UInt fld_d = INSN(15,12);
13556 UInt dd = isF64 ? ((bit_D << 4) | fld_d) : ((fld_d << 1) | bit_D);