Searched refs:op_lo (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_s390_defs.h355 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon15495
503 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon15497::__anon15498::__anon15519
511 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon15497::__anon15498::__anon15520
528 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon15497::__anon15498::__anon15523
544 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon15497::__anon15498::__anon15525
664 HReg dst_lo, HReg op_hi, HReg op_lo);
671 HReg op_lo, s390_bfp_round_t);
688 HReg op_lo, HReg r1, s390_dfp_round_t);
694 HReg op_hi, HReg op_lo);
705 HReg op_lo, s390_dfp_round_
[all...]
H A Dhost_s390_isel.c1249 HReg op_hi, op_lo, f13, f15; local
1252 s390_isel_float128_expr(&op_hi, &op_lo, env, arg2); /* operand */
1260 addInstr(env, s390_insn_move(8, f15, op_lo));
1283 HReg op_hi, op_lo, f13, f15; local
1286 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg2); /* operand */
1294 addInstr(env, s390_insn_move(8, f15, op_lo));
1604 HReg op_hi, op_lo, f13, f15; local
1612 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg); /* Process operand */
1620 addInstr(env, s390_insn_move(8, f15, op_lo));
2045 HReg op_hi, op_lo, f1 local
2119 HReg op_hi, op_lo; local
2156 HReg op_hi, op_lo, op, f12, f13, f14, f15; local
2438 HReg op_hi, op_lo; local
2463 HReg op_hi, op_lo, f12, f13, f14, f15; local
2833 HReg op_hi, op_lo; local
3038 HReg op_hi, op_lo; local
3059 HReg op_hi, op_lo, f12, f13, f14, f15; local
[all...]
H A Dhost_s390_defs.c702 addHRegUse(u, HRmRead, insn->variant.bfp_unop.op_lo); /* operand */
721 if (! hregIsInvalid(insn->variant.bfp_convert.op_lo))
722 addHRegUse(u, HRmRead, insn->variant.bfp_convert.op_lo);
744 addHRegUse(u, HRmRead, insn->variant.dfp_unop.op_lo); /* operand */
773 if (! hregIsInvalid(insn->variant.dfp_convert.op_lo))
774 addHRegUse(u, HRmRead, insn->variant.dfp_convert.op_lo); /* operand */
794 if (! hregIsInvalid(fp_convert->op_lo))
795 addHRegUse(u, HRmRead, fp_convert->op_lo);
1013 insn->variant.bfp_unop.op_lo =
1014 lookupHRegRemap(m, insn->variant.bfp_unop.op_lo);
5674 s390_insn_bfp128_unop(UChar size, s390_bfp_unop_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo) argument
5718 s390_insn_bfp128_convert(UChar size, s390_bfp_conv_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo, s390_bfp_round_t rounding_mode) argument
5760 s390_insn_bfp128_convert_from(UChar size, s390_bfp_conv_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo, s390_bfp_round_t rounding_mode) argument
5924 s390_insn_fp128_convert(UChar size, s390_fp_conv_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo, HReg r1, s390_dfp_round_t rounding_mode) argument
5980 s390_insn_dfp128_unop(UChar size, s390_dfp_unop_t tag, HReg dst, HReg op_hi, HReg op_lo) argument
6048 s390_insn_dfp128_convert(UChar size, s390_dfp_conv_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo, s390_dfp_round_t rounding_mode) argument
6090 s390_insn_dfp128_convert_from(UChar size, s390_dfp_conv_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo, s390_dfp_round_t rounding_mode) argument
[all...]
H A Dguest_arm_toIR.c7314 IROp op_lo, op_hi; local
7336 op_lo = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8;
7340 op_lo = Q ? Iop_InterleaveLO16x8 : Iop_InterleaveLO16x4;
7344 op_lo = Iop_InterleaveLO32x4;
7351 assign(new_d, binop(op_lo, mkexpr(old_m), mkexpr(old_d)));

Completed in 196 milliseconds