• Home
  • Raw
  • Download

Lines Matching refs:nRegs

14061    Int i, r, m, nRegs;  in mk_ldm_stm()  local
14096 nRegs = 0; in mk_ldm_stm()
14099 nRegs++; in mk_ldm_stm()
14102 IRExpr* e = binop(opADDorSUB, mkexpr(oldRnT), mkU32(4*nRegs)); in mk_ldm_stm()
14134 vassert(m == nRegs); in mk_ldm_stm()
14135 vassert(nX == nRegs); in mk_ldm_stm()
14226 IRExpr* e = binop(opADDorSUB, mkexpr(oldRnT), mkU32(4*nRegs)); in mk_ldm_stm()
14324 UInt nRegs = (offset - 1) / 2; in decode_CP10_CP11_instruction() local
14348 if (dD + nRegs - 1 >= 32) in decode_CP10_CP11_instruction()
14374 mkU32(4 + 8 * nRegs))); in decode_CP10_CP11_instruction()
14392 for (i = 0; i < nRegs; i++) { in decode_CP10_CP11_instruction()
14414 nm, nCC(conq), rN, dD, dD + nRegs - 1); in decode_CP10_CP11_instruction()
14417 nm, nCC(conq), rN, dD, dD + nRegs - 1); in decode_CP10_CP11_instruction()
14420 nm, nCC(conq), rN, dD, dD + nRegs - 1); in decode_CP10_CP11_instruction()
14461 UInt nRegs = offset / 2; in decode_CP10_CP11_instruction() local
14485 if (dD + nRegs - 1 >= 32) in decode_CP10_CP11_instruction()
14511 mkU32(8 * nRegs))); in decode_CP10_CP11_instruction()
14529 for (i = 0; i < nRegs; i++) { in decode_CP10_CP11_instruction()
14551 nm, nCC(conq), rN, dD, dD + nRegs - 1); in decode_CP10_CP11_instruction()
14554 nm, nCC(conq), rN, dD, dD + nRegs - 1); in decode_CP10_CP11_instruction()
14557 nm, nCC(conq), rN, dD, dD + nRegs - 1); in decode_CP10_CP11_instruction()
15253 UInt nRegs = offset; in decode_CP10_CP11_instruction() local
15277 if (fD + nRegs - 1 >= 32) in decode_CP10_CP11_instruction()
15303 mkU32(4 * nRegs))); in decode_CP10_CP11_instruction()
15321 for (i = 0; i < nRegs; i++) { in decode_CP10_CP11_instruction()
15343 nm, nCC(conq), rN, fD, fD + nRegs - 1); in decode_CP10_CP11_instruction()
15346 nm, nCC(conq), rN, fD, fD + nRegs - 1); in decode_CP10_CP11_instruction()
15349 nm, nCC(conq), rN, fD, fD + nRegs - 1); in decode_CP10_CP11_instruction()
19990 Int i, nRegs; in disInstr_THUMB_WRK() local
20006 nRegs = 0; in disInstr_THUMB_WRK()
20009 nRegs++; in disInstr_THUMB_WRK()
20011 vassert(nRegs >= 1 && nRegs <= 9); in disInstr_THUMB_WRK()
20016 assign(newSP, binop(Iop_Sub32, getIRegT(13), mkU32(4 * nRegs))); in disInstr_THUMB_WRK()
20025 nRegs = 0; in disInstr_THUMB_WRK()
20028 storeLE( binop(Iop_Add32, mkexpr(base), mkU32(4 * nRegs)), in disInstr_THUMB_WRK()
20030 nRegs++; in disInstr_THUMB_WRK()
20045 Int i, nRegs; in disInstr_THUMB_WRK() local
20060 nRegs = 0; in disInstr_THUMB_WRK()
20063 nRegs++; in disInstr_THUMB_WRK()
20065 vassert(nRegs >= 0 && nRegs <= 8); in disInstr_THUMB_WRK()
20081 mkU32(4 * (nRegs + bitR)))); in disInstr_THUMB_WRK()
20084 nRegs = 0; in disInstr_THUMB_WRK()
20089 mkU32(4 * nRegs))), in disInstr_THUMB_WRK()
20091 nRegs++; in disInstr_THUMB_WRK()
20100 mkU32(4 * nRegs)))); in disInstr_THUMB_WRK()
20484 Int i, nRegs = 0; in disInstr_THUMB_WRK() local
20501 nRegs++; in disInstr_THUMB_WRK()
20505 mkU32(nRegs * 4 - 4))), in disInstr_THUMB_WRK()
20514 mkU32(nRegs * 4)), in disInstr_THUMB_WRK()
20530 Int i, nRegs = 0; in disInstr_THUMB_WRK() local
20555 nRegs++; in disInstr_THUMB_WRK()
20556 storeLE( binop(Iop_Add32, mkexpr(base), mkU32(nRegs * 4 - 4)), in disInstr_THUMB_WRK()
20562 mkU32(nRegs * 4)), in disInstr_THUMB_WRK()