Searched refs:uw1 (Results 1 – 2 of 2) sorted by relevance
520 UWord uw1, uw2; in ML_() local643 uw1 = (UWord)read_leb128U( &expr ); in ML_()644 if (!get_Dwarf_Reg( &a1, uw1, regs )) in ML_()660 POP(uw1); in ML_()661 uw1 += (UWord)read_leb128U( &expr ); in ML_()662 PUSH(uw1); in ML_()679 POP(uw1); in ML_()680 if (VG_(am_is_valid_for_client)( (Addr)uw1, sizeof(Addr), in ML_()682 uw1 = ML_(read_UWord)((void *)uw1); in ML_()683 PUSH(uw1); in ML_()[all …]
119 typedef struct { UWord uw1; UWord uw2; } UWordPair; member