Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_s390_defs.h650 s390_insn *s390_insn_test(UChar size, s390_opnd_RMI src);
Dhost_s390_isel.c3325 addInstr(env, s390_insn_test(size, s390_opnd_reg(reg))); in s390_isel_cc()
3348 addInstr(env, s390_insn_test(size, s390_opnd_reg(dst))); in s390_isel_cc()
3363 addInstr(env, s390_insn_test(4, s390_opnd_reg(dst))); in s390_isel_cc()
3373 addInstr(env, s390_insn_test(size, src)); in s390_isel_cc()
Dhost_s390_defs.c5471 s390_insn_test(UChar size, s390_opnd_RMI src) in s390_insn_test() function