Searched defs:op_hi (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 */
1256 addInstr(env, s390_insn_move(8, f13, op_hi));
1280 HReg op_hi, op_lo, f13, f15; local
1283 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg2); /* operand */
1290 addInstr(env, s390_insn_move(8, f13, op_hi));
1601 HReg op_hi, op_lo, f13, f15; local
1609 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg); /* Process operand */
1616 addInstr(env, s390_insn_move(8, f13, op_hi));
2042 HReg op_hi, op_l 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.h352 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon32090
500 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon32092::__anon32093::__anon32114
508 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member in struct:__anon32092::__anon32093::__anon32115
525 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */ member in struct:__anon32092::__anon32093::__anon32118
541 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */ member in struct:__anon32092::__anon32093::__anon32120
662 HReg dst_lo, HReg op_hi, HReg op_lo);
668 HReg dst_hi, HReg dst_lo, HReg op_hi,
685 HReg dst_hi, HReg dst_lo, HReg op_hi,
692 HReg op_hi, HReg op_lo);
702 HReg dst_hi, HReg dst_lo, HReg op_hi,
[all...]
H A Dhost_s390_defs.c693 addHRegUse(u, HRmRead, insn->variant.bfp_unop.op_hi); /* operand */
714 addHRegUse(u, HRmRead, insn->variant.bfp_convert.op_hi);
735 addHRegUse(u, HRmRead, insn->variant.dfp_unop.op_hi); /* operand */
766 addHRegUse(u, HRmRead, insn->variant.dfp_convert.op_hi); /* operand */
787 addHRegUse(u, HRmRead, fp_convert->op_hi);
1002 insn->variant.bfp_unop.op_hi =
1003 lookupHRegRemap(m, insn->variant.bfp_unop.op_hi);
1033 insn->variant.bfp_convert.op_hi =
1034 lookupHRegRemap(m, insn->variant.bfp_convert.op_hi);
1057 insn->variant.dfp_unop.op_hi
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
7333 op_hi = Q ? Iop_InterleaveHI8x16 : Iop_InterleaveHI8x8;
7337 op_hi = Q ? Iop_InterleaveHI16x8 : Iop_InterleaveHI16x4;
7341 op_hi = Iop_InterleaveHI32x4;
7350 assign(new_m, binop(op_hi, mkexpr(old_m), mkexpr(old_d)));

Completed in 218 milliseconds