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.h366 Cbinop_Shl, enumerator
Dstorage.c918 case Cbinop_Shl: VG_(printf)("<<"); break; in ppCfiBinop()
Dreaddwarf.c2826 bop = Cbinop_Shl; opname = "shl"; goto binop; in dwarfexpr_to_dag()
Ddebuginfo.c2506 case Cbinop_Shl: return wL << wR; in evalCfiExpr()