Searched refs:old_mem_low (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | host_s390_defs.h | 335 HReg old_mem_low; member in struct:__anon18295
|
H A D | host_s390_defs.c | 642 addHRegUse(u, HRmWrite, cdas->old_mem_low); 964 cdas->old_mem_low = lookupHRegRemap(m, cdas->old_mem_low); 5521 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low, 5542 cdas->old_mem_low = old_mem_low; 6650 cdas->op3_low, cdas->old_mem_high, cdas->old_mem_low); 8156 old_low = hregNumber(cdas->old_mem_low); 5520 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 D | guest_s390_toIR.c | 11959 IRTemp old_mem_low = newTemp(Ity_I32); local 11972 cas = mkIRCAS(old_mem_high, old_mem_low, 11983 binop(Iop_Xor32, mkexpr(op1_low), mkexpr(old_mem_low))), 11992 put_gpr_w1(r1+1, mkite(mkexpr(nequal), mkexpr(old_mem_low), mkexpr(op1_low))); 12019 IRTemp old_mem_low = newTemp(Ity_I64); local 12032 cas = mkIRCAS(old_mem_high, old_mem_low, 12043 binop(Iop_Xor64, mkexpr(op1_low), mkexpr(old_mem_low))), 12052 put_gpr_dw0(r1+1, mkite(mkexpr(nequal), mkexpr(old_mem_low), mkexpr(op1_low)));
|
Completed in 401 milliseconds