Searched refs:s390_insn_test (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_s390_defs.h | 647 s390_insn *s390_insn_test(UChar size, s390_opnd_RMI src);
|
D | host_s390_isel.c | 3287 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()
|
D | host_s390_defs.c | 5420 s390_insn_test(UChar size, s390_opnd_RMI src) in s390_insn_test() function
|