Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_s390_defs.h358 HReg op_lo; /* 128-bit operand low part */ member
506 HReg op_lo; /* 128-bit operand low part */ member
514 HReg op_lo; /* 128-bit operand low part */ member
531 HReg op_lo; /* 128-bit operand low part */ member
547 HReg op_lo; /* 128-bit operand low part */ member
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 …]
Dhost_s390_isel.c1249 HReg op_hi, op_lo, f13, f15; in s390_isel_int_expr_wrk() local
1252 s390_isel_float128_expr(&op_hi, &op_lo, env, arg2); /* operand */ in s390_isel_int_expr_wrk()
1260 addInstr(env, s390_insn_move(8, f15, op_lo)); in s390_isel_int_expr_wrk()
1283 HReg op_hi, op_lo, f13, f15; in s390_isel_int_expr_wrk() local
1286 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg2); /* operand */ in s390_isel_int_expr_wrk()
1294 addInstr(env, s390_insn_move(8, f15, op_lo)); in s390_isel_int_expr_wrk()
1604 HReg op_hi, op_lo, f13, f15; in s390_isel_int_expr_wrk() local
1612 s390_isel_dfp128_expr(&op_hi, &op_lo, env, arg); /* Process operand */ in s390_isel_int_expr_wrk()
1620 addInstr(env, s390_insn_move(8, f15, op_lo)); in s390_isel_int_expr_wrk()
2045 HReg op_hi, op_lo, f12, f13, f14, f15; in s390_isel_float128_expr_wrk() local
[all …]
Dhost_s390_defs.c702 addHRegUse(u, HRmRead, insn->variant.bfp_unop.op_lo); /* operand */ in s390_insn_get_reg_usage()
721 if (! hregIsInvalid(insn->variant.bfp_convert.op_lo)) in s390_insn_get_reg_usage()
722 addHRegUse(u, HRmRead, insn->variant.bfp_convert.op_lo); in s390_insn_get_reg_usage()
744 addHRegUse(u, HRmRead, insn->variant.dfp_unop.op_lo); /* operand */ in s390_insn_get_reg_usage()
773 if (! hregIsInvalid(insn->variant.dfp_convert.op_lo)) in s390_insn_get_reg_usage()
774 addHRegUse(u, HRmRead, insn->variant.dfp_convert.op_lo); /* operand */ in s390_insn_get_reg_usage()
794 if (! hregIsInvalid(fp_convert->op_lo)) in s390_insn_get_reg_usage()
795 addHRegUse(u, HRmRead, fp_convert->op_lo); in s390_insn_get_reg_usage()
1013 insn->variant.bfp_unop.op_lo = in s390_insn_map_regs()
1014 lookupHRegRemap(m, insn->variant.bfp_unop.op_lo); in s390_insn_map_regs()
[all …]
Dguest_arm_toIR.c7373 IROp op_lo, op_hi; in dis_neon_data_2reg_misc() local
7395 op_lo = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8; in dis_neon_data_2reg_misc()
7399 op_lo = Q ? Iop_InterleaveLO16x8 : Iop_InterleaveLO16x4; in dis_neon_data_2reg_misc()
7403 op_lo = Iop_InterleaveLO32x4; in dis_neon_data_2reg_misc()
7410 assign(new_d, binop(op_lo, mkexpr(old_m), mkexpr(old_d))); in dis_neon_data_2reg_misc()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h367 void expandAtomicRMWAsCmpxchg(LowerBinOp op_lo, LowerBinOp op_hi,