Home
last modified time | relevance | path

Searched refs:fr_dstLo (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c5965 UInt fr_dstLo = fregEnc(i->Pin.Dfp128Unary.dst_lo); in emit_PPCInstr() local
5982 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr()
5997 UInt fr_dstLo = fregEnc( i->Pin.Dfp128Binary.dst_lo ); in emit_PPCInstr() local
6005 p = mkFormX( p, 63, 11, 0, fr_dstLo, 72, 0, endness_host ); in emit_PPCInstr()
6034 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr()
6094 UInt fr_dstLo = fregEnc(i->Pin.DfpRound128.dst_lo); in emit_PPCInstr() local
6119 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr()
6216 UInt fr_dstLo = fregEnc( i->Pin.DfpI64StoD128.dst_lo ); in emit_PPCInstr() local
6229 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr()
6235 UInt fr_dstLo = fregEnc(i->Pin.InsertExpD128.dst_lo); in emit_PPCInstr() local
[all …]
Dhost_ppc_isel.c6428 HReg fr_srcHi, fr_srcLo, fr_dstHi, fr_dstLo; in iselStmt() local
6430 lookupIRTempPair( &fr_dstHi, &fr_dstLo, env, tmp ); in iselStmt()
6434 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dstLo, fr_srcLo ) ); in iselStmt()