Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c5389 UInt fr_srcLo = fregEnc(i->Pin.ExtractExpD128.src_lo); in emit_PPCInstr() local
5397 p = mkFormX( p, 63, 13, 0, fr_srcLo, 72, 0, endness_host ); in emit_PPCInstr()
5414 UInt fr_srcLo = fregEnc(i->Pin.Dfp128Unary.src_lo); in emit_PPCInstr() local
5421 p = mkFormX( p, 63, 12, 0, fr_srcLo, 72, 0, endness_host ); in emit_PPCInstr()
5544 UInt fr_srcLo = fregEnc(i->Pin.DfpRound128.src_lo); in emit_PPCInstr() local
5555 p = mkFormX(p, 63, 13, 0, fr_srcLo, 72, 0, endness_host); in emit_PPCInstr()
5636 UInt fr_srcLo = fregEnc( i->Pin.DfpD128toD64.src_lo ); in emit_PPCInstr() local
5643 p = mkFormX( p, 63, 13, 0, fr_srcLo, 72, 0, endness_host ); in emit_PPCInstr()
Dhost_ppc_isel.c5728 HReg fr_srcHi, fr_srcLo, fr_dstHi, fr_dstLo; in iselStmt() local
5731 iselDfp128Expr( &fr_srcHi, &fr_srcLo, env, stmt->Ist.WrTmp.data, in iselStmt()
5734 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dstLo, fr_srcLo ) ); in iselStmt()