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

/external/valgrind/VEX/priv/
H A Dhost_s390_defs.h358 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon24154
506 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon24156::__anon24157::__anon24178
514 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon24156::__anon24157::__anon24179
531 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon24156::__anon24157::__anon24182
547 HReg op_lo; /* 128-bit operand low part */ member in struct:__anon24156::__anon24157::__anon24184
665 HReg dst_lo, HReg op_hi, HReg op_lo,
670 HReg dst_lo, HReg op_hi, HReg op_lo);
677 HReg op_lo, s390_bfp_round_t);
694 HReg op_lo, HReg r1, s390_dfp_round_t);
700 HReg op_hi, HReg op_lo);
[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
2150 HReg op_hi, op_lo; local
2192 HReg op_hi, op_lo, op, f12, f13, f14, f15; local
2476 HReg op_hi, op_lo; local
2501 HReg op_hi, op_lo, f12, f13, f14, f15; local
2871 HReg op_hi, op_lo; local
3076 HReg op_hi, op_lo; local
3097 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);
5725 s390_insn_bfp128_unop(UChar size, s390_bfp_unop_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo) argument
5769 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
5812 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
5976 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
6032 s390_insn_dfp128_unop(UChar size, s390_dfp_unop_t tag, HReg dst, HReg op_hi, HReg op_lo) argument
6100 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
6142 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.c7373 IROp op_lo, op_hi; local
7395 op_lo = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8;
7399 op_lo = Q ? Iop_InterleaveLO16x8 : Iop_InterleaveLO16x4;
7403 op_lo = Iop_InterleaveLO32x4;
7410 assign(new_d, binop(op_lo, mkexpr(old_m), mkexpr(old_d)));
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86Base.h367 void expandAtomicRMWAsCmpxchg(LowerBinOp op_lo, LowerBinOp op_hi,

Completed in 278 milliseconds