Searched refs:Xcc_ALWAYS (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 152 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 …]
|
D | host_x86_isel.c | 643 cc = Xcc_ALWAYS; in doHelperCall() 1407 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselIntExpr_R_wrk() 2544 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk() 2584 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk() 2823 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk() 3774 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselVecExpr_wrk() 4345 amEIP, Xcc_ALWAYS, in iselNext() 4352 addInstr(env, X86Instr_XAssisted(r, amEIP, Xcc_ALWAYS, in iselNext() 4365 addInstr(env, X86Instr_XIndir(r, amEIP, Xcc_ALWAYS)); in iselNext() 4367 addInstr(env, X86Instr_XAssisted(r, amEIP, Xcc_ALWAYS, in iselNext() [all …]
|
D | host_x86_defs.h | 108 Xcc_ALWAYS = 16 /* the usual hack */ enumerator
|