Lines Matching refs:uimm64
6451 ULong uimm64 = INSN(23,5) << 2;
6452 Long simm64 = (Long)sx_to_64(uimm64, 21);
6474 ULong uimm64 = INSN(25,0) << 2;
6475 Long simm64 = (Long)sx_to_64(uimm64, 28);
6532 ULong uimm64 = INSN(23,5) << 2;
6534 Long simm64 = (Long)sx_to_64(uimm64, 21);
6568 ULong uimm64 = imm14 << 2;
6569 Long simm64 = sx_to_64(uimm64, 16);