Searched refs:Acc_ALWAYS (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_amd64_defs.c | 178 case Acc_ALWAYS: return "ALWAYS"; in showAMD64CondCode() 726 vassert(cond != Acc_ALWAYS); in AMD64Instr_CMov64() 737 vassert(cond != Acc_ALWAYS && (szB == 4 || szB == 8)); in AMD64Instr_CLoad() 748 vassert(cond != Acc_ALWAYS && (szB == 4 || szB == 8)); in AMD64Instr_CStore() 921 vassert(cond != Acc_ALWAYS); in AMD64Instr_SseCStore() 932 vassert(cond != Acc_ALWAYS); in AMD64Instr_SseCLoad() 995 vassert(cond != Acc_ALWAYS); in AMD64Instr_SseCMov() 1102 i->Ain.Call.cond==Acc_ALWAYS in ppAMD64Instr() 2808 if (i->Ain.Call.cond == Acc_ALWAYS/*call always happens*/ in emit_AMD64Instr() 2813 if (i->Ain.Call.cond != Acc_ALWAYS) { in emit_AMD64Instr() [all …]
|
D | host_amd64_isel.c | 582 cc = Acc_ALWAYS; in doHelperCall() 635 cc = Acc_ALWAYS; in doHelperCall() 1230 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 2, in iselIntExpr_R_wrk() 1700 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, in iselIntExpr_R_wrk() 1731 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, in iselIntExpr_R_wrk() 1766 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, 1, in iselIntExpr_R_wrk() 2695 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, in iselFltExpr_wrk() 2874 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, in iselDblExpr_wrk() 3593 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, in iselVecExpr_wrk() 3642 addInstr(env, AMD64Instr_Call( Acc_ALWAYS, (ULong)fn, in iselVecExpr_wrk() [all …]
|
D | host_amd64_defs.h | 115 Acc_ALWAYS = 16 /* the usual hack */ enumerator
|