Searched refs:X86Instr_Bsfr32 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 683 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
|
D | host_x86_isel.c | 1317 addInstr(env, X86Instr_Bsfr32(True,src,dst)); in iselIntExpr_R_wrk() 1327 addInstr(env, X86Instr_Bsfr32(False,src,tmp)); in iselIntExpr_R_wrk()
|
D | host_x86_defs.c | 717 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) { in X86Instr_Bsfr32() function
|