Searched refs:op2_hi (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h380 HReg op2_hi; /* right operand; high part */ member in struct:__anon11909::__anon11910::__anon11932
397 HReg op2_hi; /* right operand; high part */ member in struct:__anon11909::__anon11910::__anon11934
437 HReg dst_lo, HReg op2_hi, HReg op2_lo,
443 HReg op1_lo, HReg op2_hi, HReg op2_lo);
H A Dhost_s390_isel.c885 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
888 s390_isel_float128_expr(&op2_hi, &op2_lo, env, arg2); /* 2nd operand */
902 addInstr(env, s390_insn_move(8, f13, op2_hi));
1433 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local
1436 s390_isel_float128_expr(&op2_hi, &op2_lo, env, right); /* 2nd operand */
1449 addInstr(env, s390_insn_move(8, f13, op2_hi));
H A Dhost_s390_defs.c680 addHRegUse(u, HRmRead, insn->variant.bfp128_binop.op2_hi); /* right */
688 addHRegUse(u, HRmRead, insn->variant.bfp128_compare.op2_hi); /* right */
866 insn->variant.bfp128_binop.op2_hi =
867 lookupHRegRemap(m, insn->variant.bfp128_binop.op2_hi);
879 insn->variant.bfp128_compare.op2_hi =
880 lookupHRegRemap(m, insn->variant.bfp128_compare.op2_hi);
4297 HReg dst_lo, HReg op2_hi, HReg op2_lo,
4307 insn->variant.bfp128_binop.op2_hi = op2_hi;
4337 HReg op2_hi, HRe
4296 s390_insn_bfp128_binop(UChar size, s390_bfp_binop_t tag, HReg dst_hi, HReg dst_lo, HReg op2_hi, HReg op2_lo, s390_round_t rounding_mode) argument
4336 s390_insn_bfp128_compare(UChar size, HReg dst, HReg op1_hi, HReg op1_lo, HReg op2_hi, HReg op2_lo) argument
[all...]

Completed in 129 milliseconds