Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_isel.c1449 addInstr(env, PPCInstr_Cmp(syned, True/*32bit cmp*/, in iselWordExpr_R_wrk()
1464 addInstr(env, PPCInstr_Cmp(syned, False/*64bit cmp*/, in iselWordExpr_R_wrk()
1478 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselWordExpr_R_wrk()
2147 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselWordExpr_R_wrk()
2528 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2551 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2566 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2577 addInstr(env, PPCInstr_Cmp(False/*unsigned*/, True/*32bit cmp*/, in iselCondCode_wrk()
2596 addInstr(env, PPCInstr_Cmp(syned, True/*32bit cmp*/, in iselCondCode_wrk()
2620 addInstr(env, PPCInstr_Cmp(False/*sign*/, True/*32bit cmp*/, in iselCondCode_wrk()
[all …]
Dhost_ppc_defs.h966 extern PPCInstr* PPCInstr_Cmp ( Bool, Bool, UInt, HReg, PPCRH* );
Dhost_ppc_defs.c795 PPCInstr* PPCInstr_Cmp ( Bool syned, Bool sz32, in PPCInstr_Cmp() function