Searched refs:X86Instr_Set32 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 682 extern X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst );
|
D | host_x86_isel.c | 1299 addInstr(env, X86Instr_Set32(cond,dst)); in iselIntExpr_R_wrk() 1308 addInstr(env, X86Instr_Set32(cond,dst)); in iselIntExpr_R_wrk() 2670 addInstr(env, X86Instr_Set32(cond,tLo)); in iselInt64Expr_wrk() 4060 addInstr(env, X86Instr_Set32(cond, dst)); in iselStmt()
|
D | host_x86_defs.c | 710 X86Instr* X86Instr_Set32 ( X86CondCode cond, HReg dst ) { in X86Instr_Set32() function
|