Searched refs:fr_dstLo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 5413 UInt fr_dstLo = fregEnc(i->Pin.Dfp128Unary.dst_lo); in emit_PPCInstr() local 5430 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr() 5445 UInt fr_dstLo = fregEnc( i->Pin.Dfp128Binary.dst_lo ); in emit_PPCInstr() local 5453 p = mkFormX( p, 63, 11, 0, fr_dstLo, 72, 0, endness_host ); in emit_PPCInstr() 5482 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr() 5542 UInt fr_dstLo = fregEnc(i->Pin.DfpRound128.dst_lo); in emit_PPCInstr() local 5567 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr() 5664 UInt fr_dstLo = fregEnc( i->Pin.DfpI64StoD128.dst_lo ); in emit_PPCInstr() local 5677 p = mkFormX(p, 63, fr_dstLo, 0, 11, 72, 0, endness_host); in emit_PPCInstr() 5683 UInt fr_dstLo = fregEnc(i->Pin.InsertExpD128.dst_lo); in emit_PPCInstr() local [all …]
|
D | host_ppc_isel.c | 5728 HReg fr_srcHi, fr_srcLo, fr_dstHi, fr_dstLo; in iselStmt() local 5730 lookupIRTempPair( &fr_dstHi, &fr_dstLo, env, tmp ); in iselStmt() 5734 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dstLo, fr_srcLo ) ); in iselStmt()
|