Searched refs:Cunop_Abs (Results 1 – 4 of 4) sorted by relevance
320 Cunop_Abs=0x231, enumerator
656 case Cunop_Abs: VG_(printf)("abs"); break; in ppCfiUnop()
2068 case Cunop_Abs: return (Word) w < 0 ? - w : w; in evalCfiExpr()
2937 uop = Cunop_Abs; opname = "abs"; goto unop; in dwarfexpr_to_dag()