Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h375 Cbinop_Shl, enumerator
Dstorage.c912 case Cbinop_Shl: VG_(printf)("<<"); break; in ppCfiBinop()
Dreaddwarf.c2915 bop = Cbinop_Shl; opname = "shl"; goto binop; in dwarfexpr_to_dag()
Ddebuginfo.c2463 case Cbinop_Shl: return wL << wR; in evalCfiExpr()