Searched refs:ARMInstr_Goto (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.h918 extern ARMInstr* ARMInstr_Goto ( IRJumpKind, ARMCondCode, HReg gnext );
H A Dhost_arm_isel.c5934 addInstr(env, ARMInstr_Goto(stmt->Ist.Exit.jk, cc, gnext));
5962 addInstr(env, ARMInstr_Goto(jk, ARMcc_AL, rDst));
H A Dhost_arm_defs.c1174 ARMInstr* ARMInstr_Goto ( IRJumpKind jk, ARMCondCode cond, HReg gnext ) { function

Completed in 32 milliseconds