Searched refs:Cunop_Abs (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_storage.h363 Cunop_Abs=0x231, enumerator in enum:__anon15891
H A Dstorage.c884 case Cunop_Abs: VG_(printf)("abs"); break;
H A Ddebuginfo.c2440 case Cunop_Abs: return (Word) w < 0 ? - w : w;
H A Dreaddwarf.c2889 uop = Cunop_Abs; opname = "abs"; goto unop;

Completed in 131 milliseconds