HomeSort by relevance Sort by last modified time
    Searched refs:maxoff (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 674 .. maxoff requires precise memory exceptions. If in doubt return
684 Int maxoff )
693 if (maxoff < lr_min || minoff > lr_max) {
699 if (maxoff < r1_min || minoff > r1_max) {
705 if (maxoff < cia_min || minoff > cia_max) {
715 Int maxoff )
730 if (maxoff < lr_min || minoff > lr_max) {
736 if (maxoff < r1_min || minoff > r1_max) {
742 if (maxoff < r2_min || minoff > r2_max) {
748 if (maxoff < cia_min || minoff > cia_max)
    [all...]
guest_arm_helpers.c     [all...]
guest_s390_helpers.c 146 .. maxoff requires precise memory exceptions. If in doubt return
149 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff)
160 if (maxoff < lr_min || minoff > lr_max) {
166 if (maxoff < sp_min || minoff > sp_max) {
172 if (maxoff < fp_min || minoff > fp_max) {
178 if (maxoff < ia_min || minoff > ia_max) {
    [all...]
ir_opt.c 499 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
501 there is no match, add a (minoff,maxoff) :-> t binding.
503 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
504 any binding which fully or partially overlaps with (minoff,maxoff).
505 Then add a new (minoff,maxoff) :-> t or c binding. */
511 UInt* minoff, UInt* maxoff )
514 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
516 vassert((*maxoff & ~0xFFFF) == 0);
517 vassert(*minoff <= *maxoff);
526 UInt maxoff = minoff + sizeofIRType(ty) - 1; local
534 UInt minoff, maxoff; local
    [all...]
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /external/elfutils/libcpu/
i386_parse.y 882 static int maxoff[3][3];
936 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
937 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
938 maxoff[i][2] = MAX (maxoff[i][2], runp->operands[i].off3);
961 // printf ("max1 = %d, max2 = %d, max3 = %d\n", maxoff[i][0], maxoff[i][1], maxoff[i][2])
    [all...]
  /external/valgrind/main/VEX/
test_main.c 1102 Int maxoff = minoff + size - 1; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1196 Int maxoff = minoff + size - 1; local
    [all...]

Completed in 397 milliseconds