Searched refs:shftOp (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c1189 PPCShftOp shftOp; local
1232 shftOp = Pshft_SHL; break;
1234 shftOp = Pshft_SHR; break;
1236 shftOp = Pshft_SAR; break;
1238 shftOp = Pshft_INVALID; break;
1241 if (shftOp != Pshft_INVALID) {
1246 switch (shftOp) {
1254 vpanic("iselIntExpr_R_wrk-shftOp-arg2");
1257 if (shftOp == Pshft_SHR || shftOp
[all...]

Completed in 53 milliseconds