Searched defs:op2_hi (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_s390_isel.c1351 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1354 s390_isel_float128_expr(&op2_hi, &op2_lo, env, arg2); /* 2nd operand */
1368 addInstr(env, s390_insn_move(8, f13, op2_hi));
1398 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1402 s390_isel_dfp128_expr(&op2_hi, &op2_lo, env, arg2); /* 2nd operand */
1416 addInstr(env, s390_insn_move(8, f13, op2_hi));
2001 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local
2004 s390_isel_float128_expr(&op2_hi, &op2_lo, env, right); /* 2nd operand */
2017 addInstr(env, s390_insn_move(8, f13, op2_hi));
2691 HReg op1_hi, op1_lo, op2_hi, op2_l local
[all...]
H A Dhost_s390_defs.h346 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 1 */ member in struct:__anon19528
498 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon19531::__anon19532::__anon19552
520 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon19531::__anon19532::__anon19555
557 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 2 */ member in struct:__anon19531::__anon19532::__anon19561
668 HReg dst_lo, HReg op2_hi, HReg op2_lo);
672 HReg op1_lo, HReg op2_hi, HReg op2_lo);
696 HReg dst_lo, HReg op2_hi, HReg op2_lo,
705 HReg op1_hi, HReg op1_lo, HReg op2_hi,
H A Dhost_s390_defs.c689 addHRegUse(u, HRmRead, insn->variant.bfp_binop.op2_hi); /* right */
709 addHRegUse(u, HRmRead, insn->variant.bfp_compare.op2_hi); /* right */
729 addHRegUse(u, HRmRead, dfp_binop->op2_hi); /* left */
761 addHRegUse(u, HRmRead, insn->variant.dfp_compare.op2_hi); /* right */
995 insn->variant.bfp_binop.op2_hi =
996 lookupHRegRemap(m, insn->variant.bfp_binop.op2_hi);
1023 insn->variant.bfp_compare.op2_hi =
1024 lookupHRegRemap(m, insn->variant.bfp_compare.op2_hi);
1050 dfp_binop->op2_hi = lookupHRegRemap(m, dfp_binop->op2_hi);
5703 s390_insn_bfp128_binop(UChar size, s390_bfp_binop_t tag, HReg dst_hi, HReg dst_lo, HReg op2_hi, HReg op2_lo) argument
5747 s390_insn_bfp128_compare(UChar size, HReg dst, HReg op1_hi, HReg op1_lo, HReg op2_hi, HReg op2_lo) argument
6002 s390_insn_dfp128_binop(UChar size, s390_dfp_binop_t tag, HReg dst_hi, HReg dst_lo, HReg op2_hi, HReg op2_lo, HReg op3_hi, HReg op3_lo, s390_dfp_round_t rounding_mode) argument
6077 s390_insn_dfp128_compare(UChar size, s390_dfp_cmp_t tag, HReg dst, HReg op1_hi, HReg op1_lo, HReg op2_hi, HReg op2_lo) argument
[all...]

Completed in 302 milliseconds