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

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h353 HReg old_mem_high; member in struct:__anon27759::__anon27760::__anon27777
H A Dhost_s390_defs.c619 addHRegUse(u, HRmWrite, insn->variant.cdas.old_mem_high);
859 insn->variant.cdas.old_mem_high = lookupHRegRemap(m, insn->variant.cdas.old_mem_high);
4377 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low,
4393 insn->variant.cdas.old_mem_high = old_mem_high;
5021 insn->variant.cdas.op3_low, insn->variant.cdas.old_mem_high,
6365 old_high = hregNumber(insn->variant.cdas.old_mem_high);
4376 s390_insn_cdas(UChar size, HReg op1_high, HReg op1_low, s390_amode *op2, HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low, HReg scratch) argument
H A Dguest_s390_toIR.c9881 IRTemp old_mem_high = newTemp(Ity_I32); local
9895 cas = mkIRCAS(old_mem_high, old_mem_low,
9905 binop(Iop_Xor32, mkexpr(op1_high), mkexpr(old_mem_high)),
9914 put_gpr_w1(r1, mkite(mkexpr(nequal), mkexpr(old_mem_high), mkexpr(op1_high)));
9941 IRTemp old_mem_high = newTemp(Ity_I64); local
9955 cas = mkIRCAS(old_mem_high, old_mem_low,
9965 binop(Iop_Xor64, mkexpr(op1_high), mkexpr(old_mem_high)),
9974 put_gpr_dw0(r1, mkite(mkexpr(nequal), mkexpr(old_mem_high), mkexpr(op1_high)));

Completed in 152 milliseconds