Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h683 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
Dhost_x86_isel.c1317 addInstr(env, X86Instr_Bsfr32(True,src,dst)); in iselIntExpr_R_wrk()
1327 addInstr(env, X86Instr_Bsfr32(False,src,tmp)); in iselIntExpr_R_wrk()
Dhost_x86_defs.c717 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) { in X86Instr_Bsfr32() function