HomeSort by relevance Sort by last modified time
    Searched refs:minoff (Results 1 - 11 of 11) 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_mips_helpers.c 161 /* Figure out if any part of the guest state contained in minoff
167 Bool guest_mips32_state_requires_precise_mem_exns(Int minoff, Int maxoff)
174 if (maxoff < sp_min || minoff > sp_max) {
180 if (maxoff < pc_min || minoff > pc_max) {
191 if (maxoff < fp_min || minoff > fp_max) {
guest_ppc_helpers.c 690 /* Figure out if any part of the guest state contained in minoff
700 Bool guest_ppc32_state_requires_precise_mem_exns ( Int minoff,
710 if (maxoff < lr_min || minoff > lr_max) {
716 if (maxoff < r1_min || minoff > r1_max) {
722 if (maxoff < cia_min || minoff > cia_max) {
731 Bool guest_ppc64_state_requires_precise_mem_exns ( Int minoff,
747 if (maxoff < lr_min || minoff > lr_max) {
753 if (maxoff < r1_min || minoff > r1_max) {
759 if (maxoff < r2_min || minoff > r2_max) {
765 if (maxoff < cia_min || minoff > cia_max)
    [all...]
guest_arm_helpers.c     [all...]
guest_s390_helpers.c 149 /* Figure out if any part of the guest state contained in minoff
153 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff)
164 if (maxoff < lr_min || minoff > lr_max) {
170 if (maxoff < sp_min || minoff > sp_max) {
176 if (maxoff < fp_min || minoff > fp_max) {
182 if (maxoff < ia_min || minoff > ia_max) {
    [all...]
ir_opt.c 517 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
519 there is no match, add a (minoff,maxoff) :-> t binding.
521 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
522 any binding which fully or partially overlaps with (minoff,maxoff).
523 Then add a new (minoff,maxoff) :-> t or c binding. */
529 UInt* minoff, UInt* maxoff )
531 *minoff = descr->base;
532 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
533 vassert((*minoff & ~0xFFFF) == 0)
543 UInt minoff = offset; local
552 UInt minoff, maxoff; local
    [all...]
guest_x86_helpers.c     [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 1101 Int minoff = offset; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1266 Int minoff = offset; local
    [all...]

Completed in 239 milliseconds