Searched defs:shftOp (Results 1 - 2 of 2) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c823 MIPSShftOp shftOp; local
905 shftOp = Mshft_SLL;
909 shftOp = Mshft_SRL;
913 shftOp = Mshft_SRA;
916 shftOp = Mshft_INVALID;
921 if (shftOp != Mshft_INVALID) {
933 if (mode64 && (shftOp == Mshft_SRA || shftOp == Mshft_SRL)) {
948 addInstr(env, MIPSInstr_Shft(shftOp, True /*32bit shift */,
951 addInstr(env, MIPSInstr_Shft(shftOp, Tru
[all...]
H A Dhost_ppc_isel.c1398 PPCShftOp shftOp; local
1441 shftOp = Pshft_SHL; break;
1443 shftOp = Pshft_SHR; break;
1445 shftOp = Pshft_SAR; break;
1447 shftOp = Pshft_INVALID; break;
1450 if (shftOp != Pshft_INVALID) {
1455 switch (shftOp) {
1463 vpanic("iselIntExpr_R_wrk-shftOp-arg2");
1466 if (shftOp == Pshft_SHR || shftOp
[all...]

Completed in 62 milliseconds