Home
last modified time | relevance | path

Searched refs:s390_insn_cas (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_s390_defs.h642 s390_insn *s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3,
Dhost_s390_isel.c3866 addInstr(env, s390_insn_cas(4, op1, op2, op3, old)); in s390_isel_stmt()
3868 addInstr(env, s390_insn_cas(8, op1, op2, op3, old)); in s390_isel_stmt()
Dhost_s390_defs.c5500 s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3, HReg old_mem) in s390_insn_cas() function