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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c272 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm,
763 addInstr(env, MIPSInstr_Shft(shftOp, False/*64bit shift */,
766 addInstr(env, MIPSInstr_Shft(shftOp, True /*32bit shift */,
897 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1,
927 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, r_ccMIPS, tmp,
932 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, tmp,
939 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp,
946 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, tmp,
966 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True, r_ccIR_b0, r_ccMIPS,
974 addInstr(env, MIPSInstr_Shft(Mshft_SL
[all...]
H A Dhost_mips_defs.h633 extern MIPSInstr *MIPSInstr_Shft(MIPSShftOp, Bool sz32, HReg, HReg, MIPSRH *);
H A Dhost_mips_defs.c1129 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL, function

Completed in 79 milliseconds