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

  /external/valgrind/main/VEX/priv/
host_s390_isel.c 648 set_bfp_rounding_mode_in_fpc(ISelEnv *env, IRExpr *irrm)
650 vassert(typeOfIRExpr(env->type_env, irrm) == Ity_I32);
655 irrm->tag == Iex_RdTmp &&
656 env->previous_bfp_rounding_mode->Iex.RdTmp.tmp == irrm->Iex.RdTmp.tmp) {
662 env->previous_bfp_rounding_mode = irrm;
676 HReg ir = s390_isel_int_expr(env, irrm);
693 get_bfp_rounding_mode(ISelEnv *env, IRExpr *irrm)
695 if (irrm->tag == Iex_Const) { /* rounding mode is known */
696 vassert(irrm->Iex.Const.con->tag == Ico_U32);
697 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32
2075 IRExpr *irrm; local
2113 IRExpr *irrm; local
2362 IRExpr *irrm = expr->Iex.Binop.arg1; local
2645 IRExpr *irrm = triop->arg1; local
2789 IRExpr *irrm; local
2827 IRExpr *irrm; local
2974 IRExpr *irrm = expr->Iex.Binop.arg1; local
3184 IRExpr *irrm = triop->arg1; local
    [all...]
guest_arm64_toIR.c 5924 IRRoundingMode irrm = 8; \/*impossible*\/ local
6011 IRRoundingMode irrm = Irrm_NEAREST; local
    [all...]
guest_s390_helpers.c 947 decode_bfp_rounding_mode(UInt irrm)
949 switch (irrm) {
    [all...]
host_arm64_isel.c 446 HReg irrm = iselIntExpr_R(env, mode); local
450 /* tL = irrm << 1;
451 tR = irrm >> 1; if we're lucky, these will issue together
461 addInstr(env, ARM64Instr_Shift(tL, irrm, ARM64RI6_I6(1), ARM64sh_SHL));
462 addInstr(env, ARM64Instr_Shift(tR, irrm, ARM64RI6_I6(1), ARM64sh_SHR));
1843 UInt irrm = arg1con->Ico.U32; local
    [all...]
guest_s390_toIR.c 7145 IRExpr *irrm; local
7239 IRExpr *irrm; local
    [all...]
host_mips_isel.c 284 HReg irrm = iselWordExpr_R(env, mode); local
289 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm,
291 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp)));
292 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp, MIPSRH_Imm(False, 3)));
302 addInstr(env, MIPSInstr_MtFCSR(irrm));
    [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 128 milliseconds