Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h682 extern X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst );
Dhost_x86_isel.c1299 addInstr(env, X86Instr_Set32(cond,dst)); in iselIntExpr_R_wrk()
1308 addInstr(env, X86Instr_Set32(cond,dst)); in iselIntExpr_R_wrk()
2672 addInstr(env, X86Instr_Set32(cond,tLo)); in iselInt64Expr_wrk()
4062 addInstr(env, X86Instr_Set32(cond, dst)); in iselStmt()
Dhost_x86_defs.c710 X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst ) { in X86Instr_Set32() function