Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c1613 addInstr(env, PPCInstr_Cmp(syned, True/*32bit cmp*/, in iselWordExpr_R_wrk()
1629 addInstr(env, PPCInstr_Cmp(syned, False/*64bit cmp*/, in iselWordExpr_R_wrk()
1643 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselWordExpr_R_wrk()
2838 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2861 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2877 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2888 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2907 addInstr(env, PPCInstr_Cmp(syned, True/*32bit cmp*/, in iselCondCode_wrk()
2931 addInstr(env, PPCInstr_Cmp(False/*sign*/, True/*32bit cmp*/, in iselCondCode_wrk()
2936 addInstr(env, PPCInstr_Cmp(False/*sign*/, False/*64bit cmp*/, in iselCondCode_wrk()
[all …]
Dhost_ppc_defs.h1005 extern PPCInstr* PPCInstr_Cmp ( Bool, Bool, UInt, HReg, PPCRH* );
Dhost_ppc_defs.c745 PPCInstr* PPCInstr_Cmp ( Bool syned, Bool sz32, in PPCInstr_Cmp() function