Searched refs:op1_high (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_s390_defs.h | 329 HReg op1_high; member 644 s390_insn *s390_insn_cdas(UChar size, HReg op1_high, HReg op1_low,
|
D | host_s390_isel.c | 3877 HReg op1_high = s390_isel_int_expr(env, cas->expdHi); /* expected value */ in s390_isel_stmt() local 3886 addInstr(env, s390_insn_move(8, r8, op1_high)); in s390_isel_stmt() 3906 addInstr(env, s390_insn_move(8, op1_high, r8)); in s390_isel_stmt()
|
D | host_s390_defs.c | 636 addHRegUse(u, HRmRead, cdas->op1_high); in s390_insn_get_reg_usage() 958 cdas->op1_high = lookupHRegRemap(m, cdas->op1_high); in s390_insn_map_regs() 5520 s390_insn_cdas(UChar size, HReg op1_high, HReg op1_low, s390_amode *op2, in s390_insn_cdas() argument 5536 cdas->op1_high = op1_high; in s390_insn_cdas() 6649 cdas->op1_high, cdas->op1_low, cdas->op2, cdas->op3_high, in s390_insn_as_string() 8151 r1 = hregNumber(cdas->op1_high); /* expected value */ in s390_insn_cdas_emit()
|
D | guest_s390_toIR.c | 11956 IRTemp op1_high = newTemp(Ity_I32); in s390_irgen_cdas_32() local 11965 assign(op1_high, get_gpr_w1(r1)); in s390_irgen_cdas_32() 11974 mkexpr(op1_high), mkexpr(op1_low), /* expected value */ in s390_irgen_cdas_32() 11982 binop(Iop_Xor32, mkexpr(op1_high), mkexpr(old_mem_high)), in s390_irgen_cdas_32() 11991 put_gpr_w1(r1, mkite(mkexpr(nequal), mkexpr(old_mem_high), mkexpr(op1_high))); in s390_irgen_cdas_32() 12016 IRTemp op1_high = newTemp(Ity_I64); in s390_irgen_CDSG() local 12025 assign(op1_high, get_gpr_dw0(r1)); in s390_irgen_CDSG() 12034 mkexpr(op1_high), mkexpr(op1_low), /* expected value */ in s390_irgen_CDSG() 12042 binop(Iop_Xor64, mkexpr(op1_high), mkexpr(old_mem_high)), in s390_irgen_CDSG() 12051 put_gpr_dw0(r1, mkite(mkexpr(nequal), mkexpr(old_mem_high), mkexpr(op1_high))); in s390_irgen_CDSG()
|