Searched refs:uw1 (Results 1 – 2 of 2) sorted by relevance
506 UWord uw1, uw2; in ML_() local629 uw1 = (UWord)read_leb128U( &expr ); in ML_()630 if (!get_Dwarf_Reg( &a1, uw1, regs )) in ML_()646 POP(uw1); in ML_()647 uw1 += (UWord)read_leb128U( &expr ); in ML_()648 PUSH(uw1); in ML_()665 POP(uw1); in ML_()666 if (VG_(am_is_valid_for_client)( (Addr)uw1, sizeof(Addr), in ML_()668 uw1 = ML_(read_UWord)((void *)uw1); in ML_()669 PUSH(uw1); in ML_()[all …]
128 typedef struct { UWord uw1; UWord uw2; } UWordPair; member