Home
last modified time | relevance | path

Searched refs:op3_high (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_s390_defs.h332 HReg op3_high; member
645 s390_amode *op2, HReg op3_high, HReg op3_low,
Dhost_s390_isel.c3875 HReg op3_high = s390_isel_int_expr(env, cas->dataHi); /* new value */ in s390_isel_stmt() local
3893 addInstr(env, s390_insn_move(8, r10, op3_high)); in s390_isel_stmt()
3908 addInstr(env, s390_insn_move(8, op3_high, r10)); in s390_isel_stmt()
Dhost_s390_defs.c639 addHRegUse(u, HRmRead, cdas->op3_high); in s390_insn_get_reg_usage()
961 cdas->op3_high = lookupHRegRemap(m, cdas->op3_high); in s390_insn_map_regs()
5521 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low, in s390_insn_cdas() argument
5539 cdas->op3_high = op3_high; in s390_insn_cdas()
6649 cdas->op1_high, cdas->op1_low, cdas->op2, cdas->op3_high, in s390_insn_as_string()
8153 r3 = hregNumber(cdas->op3_high); in s390_insn_cdas_emit()
Dguest_s390_toIR.c12095 IRTemp op3_high = newTemp(Ity_I32); in s390_irgen_cdas_32() local
12102 assign(op3_high, get_gpr_w1(r3)); in s390_irgen_cdas_32()
12110 mkexpr(op3_high), mkexpr(op3_low) /* new value */); in s390_irgen_cdas_32()
12155 IRTemp op3_high = newTemp(Ity_I64); in s390_irgen_CDSG() local
12162 assign(op3_high, get_gpr_dw0(r3)); in s390_irgen_CDSG()
12170 mkexpr(op3_high), mkexpr(op3_low) /* new value */); in s390_irgen_CDSG()