Home | History | Annotate | Download | only in priv

Lines Matching refs:xF

2277       UInt rot = 2 * ((insn_11_0 >> 8) & 0xF);
2297 UInt rM = (insn_11_0 >> 0) & 0xF;
2314 UInt rM = (insn_11_0 >> 0) & 0xF;
2315 UInt rS = (insn_11_0 >> 8) & 0xF;
2612 vassert(firstcond <= 0xF);
2613 vassert(mask <= 0xF);
2619 if (firstcond == 0xF)
2788 UInt x = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
2802 UInt x = ((theInstr >> 3) & 0x10) | ((theInstr >> 16) & 0xF);
2816 UInt x = ((theInstr >> 1) & 0x10) | (theInstr & 0xF);
2833 UInt imm4 = (theInstr >> 8) & 0xf;
2934 UInt dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
2935 UInt mreg = ((theInstr >> 1) & 0x10) | (theInstr & 0xF);
2936 UInt imm4 = (theInstr >> 16) & 0xF;
2991 UInt A = (theInstr >> 8) & 0xF;
4797 UInt A = (theInstr >> 8) & 0xf;
5255 mreg &= 0xf;
5280 mreg &= 0xf;
5359 mreg &= 0xf;
5418 mreg &= 0xf;
5494 mreg &= 0xf;
5519 mreg &= 0xf;
5574 mreg &= 0xf;
5619 mreg &= 0xf;
5687 mreg &= 0xf;
5712 mreg &= 0xf;
5787 mreg &= 0xf;
5812 mreg &= 0xf;
5870 UInt A = (theInstr >> 8) & 0xf;
6328 dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
6329 mreg = ((theInstr >> 1) & 0x10) | (theInstr & 0xF);
6422 dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
6423 mreg = ((theInstr >> 1) & 0x10) | (theInstr & 0xF);
7356 dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
7357 mreg = ((theInstr >> 1) & 0x10) | (theInstr & 0xF);
7627 (theInstr & 0xf);
7629 UInt cmode = (theInstr >> 8) & 0xf;
7757 UInt B = (theInstr >> 8) & 0xF;
7758 UInt C = (theInstr >> 4) & 0xF;
12152 UInt rD = (insn >> 12) & 0xF; /* 15:12 */
12153 UInt rN = (insn >> 16) & 0xF; /* 19:16 */
12480 { UInt rN = (insn >> 16) & 0xF; /* 19:16 */
12481 UInt rD = (insn >> 12) & 0xF; /* 15:12 */
12482 UInt rM = (insn >> 0) & 0xF; /* 3:0 */
12692 { UInt rN = (insn >> 16) & 0xF; /* 19:16 */
12693 UInt rD = (insn >> 12) & 0xF; /* 15:12 */
12694 UInt rM = (insn >> 0) & 0xF; /* 3:0 */
12699 UInt imm8 = ((insn >> 4) & 0xF0) | (insn & 0xF); /* 11:8, 3:0 */
12859 UInt rN = (insn >> 16) & 0xF;
13255 UInt rot = 2 * ((INSN(11,0) >> 8) & 0xF);
13659 { UInt rN = (insn >> 16) & 0xF; /* 19:16 */
13660 UInt rD = (insn >> 12) & 0xF; /* 15:12 */
13661 UInt rM = (insn >> 0) & 0xF; /* 3:0 */
13664 UInt imm8 = ((insn >> 4) & 0xF0) | (insn & 0xF); /* 11:8, 3:0 */
14341 if ((hwp[i] & 0xFF00) == 0xBF00 && (hwp[i] & 0xF) != 0) {
15064 if (valid && firstcond != 0xF/*NV*/) {