Home | History | Annotate | Download | only in priv

Lines Matching defs:f9

2691       HReg op1_hi, op1_lo, op2_hi, op2_lo, f9, f11, f12, f13, f14, f15;
2693 /* We use non-virtual registers as pairs with (f9, f11) as op1,
2695 f9 = make_fpr(9);
2712 /* 1st operand --> (f9, f11) */
2713 addInstr(env, s390_insn_move(8, f9, op1_hi));
2731 addInstr(env, s390_insn_dfp128_binop(16, dfpop, f13, f15, f9, f11,
2778 HReg op1_hi, op1_lo, op2, f9, f11, f13, f15;
2802 /* We use non-virtual registers as pairs (f9, f11) and (f13, f15)) */
2803 f9 = make_fpr(9); /* 128 bit dfp operand */
2811 /* op1 -> (f9,f11) */
2812 addInstr(env, s390_insn_move(8, f9, op1_hi));
2818 s390_insn_dfp128_intop(16, intop, f13, f15, op2, f9, f11));