Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c152 case Xcc_ALWAYS: return "ALWAYS"; in showX86CondCode()
687 vassert(cond != Xcc_ALWAYS); in X86Instr_CMov32()
802 vassert(cond != Xcc_ALWAYS); in X86Instr_FpCMov()
900 vassert(cond != Xcc_ALWAYS); in X86Instr_SseCMov()
987 i->Xin.Call.cond==Xcc_ALWAYS in ppX86Instr()
2413 if (i->Xin.Call.cond != Xcc_ALWAYS in emit_X86Instr()
2434 if (i->Xin.Call.cond != Xcc_ALWAYS) { in emit_X86Instr()
2460 if (i->Xin.XDirect.cond != Xcc_ALWAYS) { in emit_X86Instr()
2490 if (i->Xin.XDirect.cond != Xcc_ALWAYS) { in emit_X86Instr()
2512 if (i->Xin.XIndir.cond != Xcc_ALWAYS) { in emit_X86Instr()
[all …]
Dhost_x86_isel.c643 cc = Xcc_ALWAYS; in doHelperCall()
1407 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselIntExpr_R_wrk()
2546 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk()
2586 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk()
2825 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk()
3776 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselVecExpr_wrk()
4347 amEIP, Xcc_ALWAYS, in iselNext()
4354 addInstr(env, X86Instr_XAssisted(r, amEIP, Xcc_ALWAYS, in iselNext()
4367 addInstr(env, X86Instr_XIndir(r, amEIP, Xcc_ALWAYS)); in iselNext()
4369 addInstr(env, X86Instr_XAssisted(r, amEIP, Xcc_ALWAYS, in iselNext()
[all …]
Dhost_x86_defs.h108 Xcc_ALWAYS = 16 /* the usual hack */ enumerator