Searched refs:stmt_load (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 656 static IRStmt* stmt_load ( IRTemp result, in stmt_load() function 6317 stmt( stmt_load(res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync() 6333 stmt( stmt_load(res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync() 6352 stmt( stmt_load(res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync() 6378 stmt( stmt_load( resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync() 6409 stmt( stmt_load( resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync() 6443 stmt( stmt_load( resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync() 6510 stmt( stmt_load( res, mkexpr(EA), NULL/*this is a load*/) ); in dis_memsync() 6536 stmt( stmt_load( resSC, mkexpr(EA), mkexpr(rS)) ); in dis_memsync() 6567 stmt( stmt_load( res_hi, in dis_memsync() [all …]
|