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

  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 674 /* Figure out if any part of the guest state contained in minoff
684 Bool guest_ppc32_state_requires_precise_mem_exns ( Int minoff,
694 if (maxoff < lr_min || minoff > lr_max) {
700 if (maxoff < r1_min || minoff > r1_max) {
706 if (maxoff < cia_min || minoff > cia_max) {
715 Bool guest_ppc64_state_requires_precise_mem_exns ( Int minoff,
731 if (maxoff < lr_min || minoff > lr_max) {
737 if (maxoff < r1_min || minoff > r1_max) {
743 if (maxoff < r2_min || minoff > r2_max) {
749 if (maxoff < cia_min || minoff > cia_max)
    [all...]
guest_arm_helpers.c 606 /* Figure out if any part of the guest state contained in minoff
612 Bool guest_arm_state_requires_precise_mem_exns ( Int minoff,
620 if (maxoff < sp_min || minoff > sp_max) {
626 if (maxoff < pc_min || minoff > pc_max) {
637 if (maxoff < r11_min || minoff > r11_max) {
648 if (maxoff < r7_min || minoff > r7_max) {
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/memcheck/
mc_translate.c 1154 Int minoff = offset; local
    [all...]

Completed in 2018 milliseconds