Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h354 Cunop_Abs=0x231, enumerator
Dstorage.c904 case Cunop_Abs: VG_(printf)("abs"); break; in ppCfiUnop()
Dreaddwarf.c2805 uop = Cunop_Abs; opname = "abs"; goto unop; in dwarfexpr_to_dag()
Ddebuginfo.c2490 case Cunop_Abs: return (Word) w < 0 ? - w : w; in evalCfiExpr()