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

/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c1246 HReg op_hi, op_lo, f13, f15; local
1249 s390_isel_float128_expr(&op_hi, &op_lo, env, arg2); /* operand */
1257 addInstr(env, s390_insn_move(8, f15, op_lo));
1280 HReg op_hi, op_lo, f13, f15; local
1283 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg2); /* operand */
1291 addInstr(env, s390_insn_move(8, f15, op_lo));
1601 HReg op_hi, op_lo, f13, f15; local
1609 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg); /* Process operand */
1617 addInstr(env, s390_insn_move(8, f15, op_lo));
2042 HReg op_hi, op_lo, f1 local
2116 HReg op_hi, op_lo; local
2153 HReg op_hi, op_lo, op, f12, f13, f14, f15; local
2435 HReg op_hi, op_lo; local
2460 HReg op_hi, op_lo, f12, f13, f14, f15; local
2830 HReg op_hi, op_lo; local
3035 HReg op_hi, op_lo; local
3056 HReg op_hi, op_lo, f12, f13, f14, f15; local
[all...]
H A Dhost_s390_defs.h353 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon31208
501 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon31210::__anon31211::__anon31232
509 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon31210::__anon31211::__anon31233
526 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon31210::__anon31211::__anon31236
542 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon31210::__anon31211::__anon31238
662 HReg dst_lo, HReg op_hi, HReg op_lo);
669 HReg op_lo, s390_bfp_round_t);
686 HReg op_lo, HReg r1, s390_dfp_round_t);
692 HReg op_hi, HReg op_lo);
703 HReg op_lo, s390_dfp_round_
[all...]
H A Dhost_s390_defs.c696 addHRegUse(u, HRmRead, insn->variant.bfp_unop.op_lo); /* operand */
715 if (! hregIsInvalid(insn->variant.bfp_convert.op_lo))
716 addHRegUse(u, HRmRead, insn->variant.bfp_convert.op_lo);
738 addHRegUse(u, HRmRead, insn->variant.dfp_unop.op_lo); /* operand */
767 if (! hregIsInvalid(insn->variant.dfp_convert.op_lo))
768 addHRegUse(u, HRmRead, insn->variant.dfp_convert.op_lo); /* operand */
788 if (! hregIsInvalid(fp_convert->op_lo))
789 addHRegUse(u, HRmRead, fp_convert->op_lo);
1007 insn->variant.bfp_unop.op_lo =
1008 lookupHRegRemap(m, insn->variant.bfp_unop.op_lo);
5812 s390_insn_bfp128_unop(UChar size, s390_bfp_unop_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo) argument
5856 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
5898 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
6062 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
6118 s390_insn_dfp128_unop(UChar size, s390_dfp_unop_t tag, HReg dst, HReg op_hi, HReg op_lo) argument
6186 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
6228 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.c7312 IROp op_lo, op_hi; local
7334 op_lo = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8;
7338 op_lo = Q ? Iop_InterleaveLO16x8 : Iop_InterleaveLO16x4;
7342 op_lo = Iop_InterleaveLO32x4;
7349 assign(new_d, binop(op_lo, mkexpr(old_m), mkexpr(old_d)));

Completed in 239 milliseconds