Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c208 case Acc_ALWAYS: return "ALWAYS"; in showAMD64CondCode()
759 vassert(cond != Acc_ALWAYS); in AMD64Instr_CMov64()
1053 vassert(cond != Acc_ALWAYS); in AMD64Instr_SseCMov()
1140 i->Ain.Call.cond==Acc_ALWAYS in ppAMD64Instr()
1146 if (i->Ain.Goto.cond != Acc_ALWAYS) { in ppAMD64Instr()
1160 if (i->Ain.Goto.cond != Acc_ALWAYS) { in ppAMD64Instr()
2801 if (i->Ain.Call.cond != Acc_ALWAYS) { in emit_AMD64Instr()
2835 if (i->Ain.Goto.cond != Acc_ALWAYS) { in emit_AMD64Instr()
2936 if (i->Ain.Goto.cond != Acc_ALWAYS) { in emit_AMD64Instr()
2945 vassert(i->Ain.CMov64.cond != Acc_ALWAYS); in emit_AMD64Instr()
Dhost_amd64_defs.h118 Acc_ALWAYS = 16 /* the usual hack */ enumerator
Dhost_amd64_isel.c559 cc = Acc_ALWAYS; in doHelperCall()
592 cc = Acc_ALWAYS; in doHelperCall()
1172 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 2 )); in iselIntExpr_R_wrk()
1702 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 1 )); in iselIntExpr_R_wrk()
3715 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 3 )); in iselVecExpr_wrk()
3763 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 3 )); in iselVecExpr_wrk()
4167 addInstr(env, AMD64Instr_Goto(jk, Acc_ALWAYS,ri)); in iselNext()