HomeSort by relevance Sort by last modified time
    Searched refs:irrm (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/priv/
host_mips_isel.c 267 HReg irrm = iselWordExpr_R(env, mode); local
272 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm,
274 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp)));
275 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp, MIPSRH_Imm(False, 3)));
285 addInstr(env, MIPSInstr_MtFCSR(irrm));
2485 HReg irrm = newVRegI(env); local
2543 HReg irrm = newVRegI(env); local
    [all...]
host_arm_isel.c 330 HReg irrm = iselIntExpr_R(env, mode); local
334 /* tL = irrm << 1;
335 tR = irrm >> 1; if we're lucky, these will issue together
342 addInstr(env, ARMInstr_Shift(ARMsh_SHL, tL, irrm, ARMRI5_I5(1)));
343 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));
    [all...]

Completed in 204 milliseconds