Searched defs:nRegs (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c12595 Int i, r, m, nRegs; local
12630 nRegs = 0;
12633 nRegs++;
12636 IRExpr* e = binop(opADDorSUB, mkexpr(oldRnT), mkU32(4*nRegs));
12668 vassert(m == nRegs);
12669 vassert(nX == nRegs);
12760 IRExpr* e = binop(opADDorSUB, mkexpr(oldRnT), mkU32(4*nRegs));
12858 UInt nRegs = (offset - 1) / 2; local
12882 if (dD + nRegs - 1 >= 32)
12908 mkU32(4 + 8 * nRegs)));
12995 UInt nRegs = offset / 2; local
13787 UInt nRegs = offset; local
18454 Int i, nRegs; local
18509 Int i, nRegs; local
18948 Int i, nRegs = 0; local
18994 Int i, nRegs = 0; local
[all...]
H A Dguest_arm64_toIR.c5674 UInt nRegs = 0; local
5676 case BITS4(0,0,0,0): nRegs = 4; break;
5677 case BITS4(0,1,0,0): nRegs = 3; break;
5678 case BITS4(1,0,0,0): nRegs = 2; break;
5679 case BITS4(0,1,1,1): nRegs = 1; break;
5684 If we see it, set nRegs to 0 so as to cause the next conditional
5687 nRegs = 0;
5689 if (nRegs == 1 /* .1d is allowed */
5690 || (nRegs >= 2 && nRegs <
5887 UInt nRegs = 0; local
6059 UInt nRegs = ((INSN(13,13) << 1) | INSN(21,21)) + 1; local
6175 UInt nRegs = ((INSN(13,13) << 1) | INSN(21,21)) + 1; local
[all...]

Completed in 145 milliseconds