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

  /external/elfutils/libcpu/
i386_parse.y 883 static int minoff[3][3] = { { 1000, 1000, 1000 },
941 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1);
943 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2);
945 minoff[i][2] = MIN (minoff[i][2], runp->operands[i].off3);
960 // printf ("min1 = %d, min2 = %d, min3 = %d\n", minoff[i][0], minoff[i][1], minoff[i][2])
    [all...]
i386_parse.c 2485 static int minoff[3][3] = { { 1000, 1000, 1000 }, variable
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 673 /* Figure out if any part of the guest state contained in minoff
683 Bool guest_ppc32_state_requires_precise_mem_exns ( Int minoff,
693 if (maxoff < lr_min || minoff > lr_max) {
699 if (maxoff < r1_min || minoff > r1_max) {
705 if (maxoff < cia_min || minoff > cia_max) {
714 Bool guest_ppc64_state_requires_precise_mem_exns ( Int minoff,
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 145 /* Figure out if any part of the guest state contained in minoff
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 )
513 *minoff = descr->base;
514 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
515 vassert((*minoff & ~0xFFFF) == 0)
525 UInt minoff = offset; local
534 UInt minoff, maxoff; local
    [all...]
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 1101 Int minoff = offset; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1195 Int minoff = offset; local
    [all...]

Completed in 254 milliseconds