Searched refs:S390_CC_ALWAYS (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h242 S390_CC_ALWAYS = 15 enumerator in enum:__anon14413
261 return S390_CC_ALWAYS - cond;
H A Dhost_s390_isel.c504 cc = S390_CC_ALWAYS;
2015 return cond->Iex.Const.con->Ico.U1 == True ? S390_CC_ALWAYS : S390_CC_NEVER;
2657 addInstr(env, s390_insn_xdirect(S390_CC_ALWAYS, cdst->Ico.U64,
2664 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA,
2678 addInstr(env, s390_insn_xindir(S390_CC_ALWAYS, dst, guest_IA));
2680 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA,
2699 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA, jk));
H A Dhost_s390_defs.c4748 case S390_CC_ALWAYS: return "always";
6298 if (cond == S390_CC_ALWAYS)
6870 if (cond != S390_CC_ALWAYS) {
6918 if (cond != S390_CC_ALWAYS) {
6945 if (cond != S390_CC_ALWAYS) {
6987 if (cond != S390_CC_ALWAYS) {
7578 if (cond != S390_CC_ALWAYS) {
7617 buf = s390_emit_BCR(buf, S390_CC_ALWAYS, S390_REGNO_TCHAIN_SCRATCH);
7622 if (cond != S390_CC_ALWAYS) {
7659 if (cond != S390_CC_ALWAYS) {
[all...]

Completed in 38 milliseconds