Home
last modified time | relevance | path

Searched refs:getres (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/darwin/
Dbug254164.c16 void getres(task_t task, unsigned int *rss, unsigned int *vs) in getres() function
56 getres(task, &rss, &vs); in main()
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c6200 IROp getres; in dis_SHLRD_Gv_Ev() local
6246 getres = left_shift ? Iop_64HIto32 : Iop_64to32; in dis_SHLRD_Gv_Ev()
6255 getres = left_shift ? Iop_32HIto16 : Iop_32to16; in dis_SHLRD_Gv_Ev()
6270 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) ); in dis_SHLRD_Gv_Ev()
6272 unop(getres, in dis_SHLRD_Gv_Ev()