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.h647 s390_insn *s390_insn_test(UChar size, s390_opnd_RMI src);
Dhost_s390_isel.c3287 addInstr(env, s390_insn_test(size, s390_opnd_reg(reg))); in s390_isel_cc()
3310 addInstr(env, s390_insn_test(size, s390_opnd_reg(dst))); in s390_isel_cc()
3325 addInstr(env, s390_insn_test(4, s390_opnd_reg(dst))); in s390_isel_cc()
3335 addInstr(env, s390_insn_test(size, src)); in s390_isel_cc()
Dhost_s390_defs.c5420 s390_insn_test(UChar size, s390_opnd_RMI src) in s390_insn_test() function