Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c1423 addInstr(env, PPCInstr_Load( toUChar(sizeofIRType(ty)), in iselWordExpr_R_wrk()
1766 addInstr(env, PPCInstr_Load(4, idst, zero_r1, mode64)); in iselWordExpr_R_wrk()
1797 addInstr(env, PPCInstr_Load(8, idst, zero_r1, True/*mode64*/)); in iselWordExpr_R_wrk()
1818 addInstr(env, PPCInstr_Load(8, idst, zero_r1, mode64)); in iselWordExpr_R_wrk()
1843 addInstr(env, PPCInstr_Load(8, idst, zero_r1, True/*mode64*/)); in iselWordExpr_R_wrk()
1877 addInstr(env, PPCInstr_Load(2,r_dst,amode, mode64)); in iselWordExpr_R_wrk()
2125 PPCInstr_Load( 4, dst, am_off_word0, mode64 )); in iselWordExpr_R_wrk()
2160 PPCInstr_Load( in iselWordExpr_R_wrk()
2192 addInstr(env, PPCInstr_Load( 8, r_dst, am_addr, mode64 )); in iselWordExpr_R_wrk()
2216 addInstr(env, PPCInstr_Load( 4, r_dst, am_addr, mode64 )); in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.h1017 extern PPCInstr* PPCInstr_Load ( UChar sz,
Dhost_ppc_defs.c845 PPCInstr* PPCInstr_Load ( UChar sz, in PPCInstr_Load() function
3034 *i1 = PPCInstr_Load( 8, rreg, am, mode64 ); in genReload_PPC()
3038 *i1 = PPCInstr_Load( 4, rreg, am, mode64 ); in genReload_PPC()