Searched refs:S390_CC_ALWAYS (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | s390_defs.h | 53 S390_CC_ALWAYS = 15 enumerator 61 return S390_CC_ALWAYS - cond; in s390_cc_invert()
|
D | host_s390_defs.c | 6369 case S390_CC_ALWAYS: return "always"; in s390_cc_as_string() 8085 if (cond == S390_CC_ALWAYS) in s390_insn_cc2bool_emit() 8663 if (cond != S390_CC_ALWAYS in s390_insn_helper_call_emit() 8674 if (cond != S390_CC_ALWAYS) { in s390_insn_helper_call_emit() 8704 if (cond != S390_CC_ALWAYS) { in s390_insn_helper_call_emit() 8734 if (cond != S390_CC_ALWAYS) goto use_branch_insn; in s390_insn_cond_move_emit() 8784 if (cond != S390_CC_ALWAYS) { in s390_insn_cond_move_emit() 8826 if (cond != S390_CC_ALWAYS) { in s390_insn_cond_move_emit() 9552 if (cond != S390_CC_ALWAYS) { in s390_insn_xdirect_emit() 9591 buf = s390_emit_BCR(buf, S390_CC_ALWAYS, S390_REGNO_TCHAIN_SCRATCH); in s390_insn_xdirect_emit() [all …]
|
D | host_s390_isel.c | 593 cc = S390_CC_ALWAYS; in doHelperCall() 3312 return cond->Iex.Const.con->Ico.U1 == True ? S390_CC_ALWAYS : S390_CC_NEVER; in s390_isel_cc() 4030 addInstr(env, s390_insn_xdirect(S390_CC_ALWAYS, cdst->Ico.U64, in iselNext() 4037 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA, in iselNext() 4051 addInstr(env, s390_insn_xindir(S390_CC_ALWAYS, dst, guest_IA)); in iselNext() 4053 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA, in iselNext() 4074 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA, jk)); in iselNext()
|