Home | History | Annotate | Download | only in priv

Lines Matching refs:cc_s390

554 /* CC_S390 holds the condition code in s390 encoding. Convert it to
570 convert_s390_fpcc_to_vex(ISelEnv *env, HReg cc_s390)
575 addInstr(env, s390_insn_move(4, cc0, cc_s390));
579 addInstr(env, s390_insn_move(4, cc1, cc_s390));
987 HReg cc_s390, h2;
991 cc_s390 = newVRegI(env);
995 addInstr(env, s390_insn_bfp_compare(size, cc_s390, h1, h2));
997 return convert_s390_fpcc_to_vex(env, cc_s390);
1001 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390;
1005 cc_s390 = newVRegI(env);
1022 addInstr(env, s390_insn_bfp128_compare(16, cc_s390, f12, f14, f13, f15));
1024 return convert_s390_fpcc_to_vex(env, cc_s390);