Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:uw1

506    UWord    uw1, uw2;
629 uw1 = (UWord)read_leb128U( &expr );
630 if (!get_Dwarf_Reg( &a1, uw1, regs ))
646 POP(uw1);
647 uw1 += (UWord)read_leb128U( &expr );
648 PUSH(uw1);
665 POP(uw1);
666 if (VG_(am_is_valid_for_client)( (Addr)uw1, sizeof(Addr),
668 uw1 = ML_(read_UWord)((void *)uw1);
669 PUSH(uw1);
676 POP(uw1);
678 if (VG_(am_is_valid_for_client)( (Addr)uw1, uw2,
681 case 1: uw1 = ML_(read_UChar)((void*)uw1); break;
682 case 2: uw1 = ML_(read_UShort)((void*)uw1); break;
683 case 4: uw1 = ML_(read_UInt)((void*)uw1); break;
684 case 8: uw1 = ML_(read_ULong)((void*)uw1); break;
689 PUSH(uw1);
699 uw1 = *expr++;
700 PUSH(uw1);
703 uw1 = ML_(read_UShort)(expr);
705 PUSH(uw1);
708 uw1 = ML_(read_UInt)(expr);
710 PUSH(uw1);
713 uw1 = ML_(read_ULong)(expr);
715 PUSH(uw1);
718 uw1 = read_leb128U( &expr );
719 PUSH(uw1);
722 uw1 = *(Char *)expr;
724 PUSH(uw1);
727 uw1 = ML_(read_Short)(expr);
729 PUSH(uw1);
732 uw1 = ML_(read_Int)(expr);
734 PUSH(uw1);
737 uw1 = ML_(read_Long)(expr);
739 PUSH(uw1);
742 uw1 = read_leb128S( &expr );
743 PUSH(uw1);
746 POP(uw1);
747 PUSH(uw1);
748 PUSH(uw1);
751 POP(uw1);
754 uw1 = 1;
757 uw1 = *expr++;
759 if (sp < (Int)uw1)
761 uw1 = stack[sp - uw1];
762 PUSH(uw1);
767 uw1 = stack[sp];
769 stack[sp - 1] = uw1;
774 uw1 = stack[sp];
777 stack[sp - 2] = uw1;
797 POP(uw1);
798 uw1 %= uw2;
799 PUSH(uw1);
849 POP(uw1);
850 if (uw1)
861 uw1 = ML_(read_Addr)((UChar*)regs->sp);
863 uw1 = ML_(get_CFA)(regs->ip, regs->sp, regs->fp, 0, ~(UWord) 0);
867 if (!uw1)
870 PUSH(uw1);
874 uw1 = 0;
877 uw1 = ML_(read_UChar)(expr);
881 uw1 = ML_(read_UShort)(expr);
885 uw1 = ML_(read_UInt)(expr);
889 uw1 = ML_(read_ULong)(expr);
899 res.word = uw1;
903 POP (uw1);
904 res.word = uw1;