Searched refs:op3_high (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_s390_defs.h | 329 HReg op3_high; member 642 s390_amode *op2, HReg op3_high, HReg op3_low,
|
D | host_s390_isel.c | 3837 HReg op3_high = s390_isel_int_expr(env, cas->dataHi); /* new value */ in s390_isel_stmt() local 3855 addInstr(env, s390_insn_move(8, r10, op3_high)); in s390_isel_stmt() 3870 addInstr(env, s390_insn_move(8, op3_high, r10)); in s390_isel_stmt()
|
D | host_s390_defs.c | 639 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() 5470 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low, in s390_insn_cdas() argument 5488 cdas->op3_high = op3_high; in s390_insn_cdas() 6597 cdas->op1_high, cdas->op1_low, cdas->op2, cdas->op3_high, in s390_insn_as_string() 8098 r3 = hregNumber(cdas->op3_high); in s390_insn_cdas_emit()
|
D | guest_s390_toIR.c | 11960 IRTemp op3_high = newTemp(Ity_I32); in s390_irgen_cdas_32() local 11967 assign(op3_high, get_gpr_w1(r3)); in s390_irgen_cdas_32() 11975 mkexpr(op3_high), mkexpr(op3_low) /* new value */); in s390_irgen_cdas_32() 12020 IRTemp op3_high = newTemp(Ity_I64); in s390_irgen_CDSG() local 12027 assign(op3_high, get_gpr_dw0(r3)); in s390_irgen_CDSG() 12035 mkexpr(op3_high), mkexpr(op3_low) /* new value */); in s390_irgen_CDSG()
|