Searched refs:uw1 (Results 1 – 2 of 2) sorted by relevance
518 UWord uw1, uw2; in ML_() local641 uw1 = (UWord)read_leb128U( &expr ); in ML_()642 if (!get_Dwarf_Reg( &a1, uw1, regs )) in ML_()658 POP(uw1); in ML_()659 uw1 += (UWord)read_leb128U( &expr ); in ML_()660 PUSH(uw1); in ML_()677 POP(uw1); in ML_()678 if (VG_(am_is_valid_for_client)( (Addr)uw1, sizeof(Addr), in ML_()680 uw1 = ML_(read_UWord)((void *)uw1); in ML_()681 PUSH(uw1); in ML_()[all …]
119 typedef struct { UWord uw1; UWord uw2; } UWordPair; member