Searched refs:ARMCondCode (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm_defs.h | 118 ARMCondCode; typedef 120 extern const HChar* showARMCondCode ( ARMCondCode ); 672 ARMCondCode cc; /* ARMcc_NV is not allowed */ 679 ARMCondCode cc; /* ARMcc_NV is not allowed */ 687 ARMCondCode cc; /* ARMcc_NV is not allowed */ 694 ARMCondCode cc; /* ARMcc_NV is not allowed */ 704 ARMCondCode cond; /* can be ARMcc_AL */ 712 ARMCondCode cond; /* can be ARMcc_AL */ 719 ARMCondCode cond; /* can be ARMcc_AL */ 725 ARMCondCode cond; [all …]
|
D | host_arm_isel.c | 229 static ARMCondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e ); 230 static ARMCondCode iselCondCode ( ISelEnv* env, IRExpr* e ); 453 ARMCondCode cc = ARMcc_AL; in doHelperCallWithArgsOnStack() 514 ARMCondCode cc; in doHelperCall() 1192 static ARMCondCode iselCondCode ( ISelEnv* env, IRExpr* e ) in iselCondCode() 1194 ARMCondCode cc = iselCondCode_wrk(env,e); in iselCondCode() 1199 static ARMCondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e ) in iselCondCode_wrk() 1821 ARMCondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselIntExpr_R_wrk() 1829 ARMCondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselIntExpr_R_wrk() 2026 ARMCondCode cc; in iselIntExpr_R_wrk() [all …]
|
D | host_arm_defs.c | 180 const HChar* showARMCondCode ( ARMCondCode cond ) { in showARMCondCode() 1136 ARMInstr* ARMInstr_LdSt32 ( ARMCondCode cc, in ARMInstr_LdSt32() 1147 ARMInstr* ARMInstr_LdSt16 ( ARMCondCode cc, in ARMInstr_LdSt16() 1160 ARMInstr* ARMInstr_LdSt8U ( ARMCondCode cc, in ARMInstr_LdSt8U() 1171 ARMInstr* ARMInstr_Ld8S ( ARMCondCode cc, HReg rD, ARMAMode2* amode ) { in ARMInstr_Ld8S() 1181 ARMCondCode cond, Bool toFastEP ) { in ARMInstr_XDirect() 1191 ARMCondCode cond ) { in ARMInstr_XIndir() 1200 ARMCondCode cond, IRJumpKind jk ) { in ARMInstr_XAssisted() 1209 ARMInstr* ARMInstr_CMov ( ARMCondCode cond, HReg dst, ARMRI84* src ) { in ARMInstr_CMov() 1218 ARMInstr* ARMInstr_Call ( ARMCondCode cond, Addr32 target, Int nArgRegs, in ARMInstr_Call() [all …]
|