Searched defs:op3_high (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h351 HReg op3_high; member in struct:__anon27759::__anon27760::__anon27777
481 s390_amode *op2, HReg op3_high, HReg op3_low,
H A Dhost_s390_isel.c2504 HReg op3_high = s390_isel_int_expr(env, cas->dataHi); /* new value */ local
2522 addInstr(env, s390_insn_move(8, r10, op3_high));
2537 addInstr(env, s390_insn_move(8, op3_high, r10));
H A Dhost_s390_defs.c617 addHRegUse(u, HRmRead, insn->variant.cdas.op3_high);
857 insn->variant.cdas.op3_high = lookupHRegRemap(m, insn->variant.cdas.op3_high);
4377 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low,
4391 insn->variant.cdas.op3_high = op3_high;
5020 insn->variant.cdas.op2, insn->variant.cdas.op3_high,
6363 r3 = hregNumber(insn->variant.cdas.op3_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.c9883 IRTemp op3_high = newTemp(Ity_I32); local
9890 assign(op3_high, get_gpr_w1(r3));
9898 mkexpr(op3_high), mkexpr(op3_low) /* new value */);
9943 IRTemp op3_high = newTemp(Ity_I64); local
9950 assign(op3_high, get_gpr_dw0(r3));
9958 mkexpr(op3_high), mkexpr(op3_low) /* new value */);

Completed in 162 milliseconds