Home | History | Annotate | Download | only in priv

Lines Matching refs:uimm64

4568       ULong uimm64 = INSN(23,5) << 2;
4569 Long simm64 = (Long)sx_to_64(uimm64, 21);
4591 ULong uimm64 = INSN(25,0) << 2;
4592 Long simm64 = (Long)sx_to_64(uimm64, 28);
4649 ULong uimm64 = INSN(23,5) << 2;
4651 Long simm64 = (Long)sx_to_64(uimm64, 21);
4685 ULong uimm64 = imm14 << 2;
4686 Long simm64 = sx_to_64(uimm64, 16);