Searched refs:getres (Results 1 – 2 of 2) sorted by relevance
16 void getres(task_t task, unsigned int *rss, unsigned int *vs) in getres() function56 getres(task, &rss, &vs); in main()
6200 IROp getres; in dis_SHLRD_Gv_Ev() local6246 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()