Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:uw1

518    UWord    uw1, uw2;
641 uw1 = (UWord)read_leb128U( &expr );
642 if (!get_Dwarf_Reg( &a1, uw1, regs ))
658 POP(uw1);
659 uw1 += (UWord)read_leb128U( &expr );
660 PUSH(uw1);
677 POP(uw1);
678 if (VG_(am_is_valid_for_client)( (Addr)uw1, sizeof(Addr),
680 uw1 = ML_(read_UWord)((void *)uw1);
681 PUSH(uw1);
688 POP(uw1);
690 if (VG_(am_is_valid_for_client)( (Addr)uw1, uw2,
693 case 1: uw1 = ML_(read_UChar)((void*)uw1); break;
694 case 2: uw1 = ML_(read_UShort)((void*)uw1); break;
695 case 4: uw1 = ML_(read_UInt)((void*)uw1); break;
696 case 8: uw1 = ML_(read_ULong)((void*)uw1); break;
701 PUSH(uw1);
711 uw1 = *expr++;
712 PUSH(uw1);
715 uw1 = ML_(read_UShort)(expr);
717 PUSH(uw1);
720 uw1 = ML_(read_UInt)(expr);
722 PUSH(uw1);
725 uw1 = ML_(read_ULong)(expr);
727 PUSH(uw1);
730 uw1 = read_leb128U( &expr );
731 PUSH(uw1);
734 uw1 = *(const Char *)expr;
736 PUSH(uw1);
739 uw1 = ML_(read_Short)(expr);
741 PUSH(uw1);
744 uw1 = ML_(read_Int)(expr);
746 PUSH(uw1);
749 uw1 = ML_(read_Long)(expr);
751 PUSH(uw1);
754 uw1 = read_leb128S( &expr );
755 PUSH(uw1);
758 POP(uw1);
759 PUSH(uw1);
760 PUSH(uw1);
763 POP(uw1);
766 uw1 = 1;
769 uw1 = *expr++;
771 if (sp < (Int)uw1)
773 uw1 = stack[sp - uw1];
774 uw1);
779 uw1 = stack[sp];
781 stack[sp - 1] = uw1;
786 uw1 = stack[sp];
789 stack[sp - 2] = uw1;
809 POP(uw1);
810 uw1 %= uw2;
811 PUSH(uw1);
861 POP(uw1);
862 if (uw1)
874 uw1 = ML_(read_Addr)((UChar*)regs->sp);
876 uw1 = ML_(get_CFA)(regs->ip, regs->sp, regs->fp, 0, ~(UWord) 0);
880 if (!uw1)
883 PUSH(uw1);
887 uw1 = 0;
890 uw1 = ML_(read_UChar)(expr);
894 uw1 = ML_(read_UShort)(expr);
898 uw1 = ML_(read_UInt)(expr);
902 uw1 = ML_(read_ULong)(expr);
912 res.word = uw1;
916 POP (uw1);
917 res.word = uw1;