Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_s390_defs.h357 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member
505 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member
513 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */ member
530 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */ member
546 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */ member
665 HReg dst_lo, HReg op_hi, HReg op_lo,
670 HReg dst_lo, HReg op_hi, HReg op_lo);
676 HReg dst_hi, HReg dst_lo, HReg op_hi,
693 HReg dst_hi, HReg dst_lo, HReg op_hi,
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()
1259 addInstr(env, s390_insn_move(8, f13, op_hi)); 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()
1293 addInstr(env, s390_insn_move(8, f13, op_hi)); 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()
1619 addInstr(env, s390_insn_move(8, f13, op_hi)); 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.c699 addHRegUse(u, HRmRead, insn->variant.bfp_unop.op_hi); /* operand */ in s390_insn_get_reg_usage()
720 addHRegUse(u, HRmRead, insn->variant.bfp_convert.op_hi); in s390_insn_get_reg_usage()
741 addHRegUse(u, HRmRead, insn->variant.dfp_unop.op_hi); /* operand */ in s390_insn_get_reg_usage()
772 addHRegUse(u, HRmRead, insn->variant.dfp_convert.op_hi); /* operand */ in s390_insn_get_reg_usage()
793 addHRegUse(u, HRmRead, fp_convert->op_hi); in s390_insn_get_reg_usage()
1008 insn->variant.bfp_unop.op_hi = in s390_insn_map_regs()
1009 lookupHRegRemap(m, insn->variant.bfp_unop.op_hi); in s390_insn_map_regs()
1039 insn->variant.bfp_convert.op_hi = in s390_insn_map_regs()
1040 lookupHRegRemap(m, insn->variant.bfp_convert.op_hi); in s390_insn_map_regs()
1063 insn->variant.dfp_unop.op_hi = in s390_insn_map_regs()
[all …]
Dguest_arm_toIR.c7373 IROp op_lo, op_hi; in dis_neon_data_2reg_misc() local
7394 op_hi = Q ? Iop_InterleaveHI8x16 : Iop_InterleaveHI8x8; in dis_neon_data_2reg_misc()
7398 op_hi = Q ? Iop_InterleaveHI16x8 : Iop_InterleaveHI16x4; in dis_neon_data_2reg_misc()
7402 op_hi = Iop_InterleaveHI32x4; in dis_neon_data_2reg_misc()
7411 assign(new_m, binop(op_hi, 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,