Searched refs:f32hi (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c8463 IRTemp f32hi = newTemp(Ity_F32); local
8472 assign(f32hi, getXMMRegLane32F(eregOfRM(modrm), 1));
8479 assign(f32hi, loadLE(Ity_F32, binop( Iop_Add32,
8499 unop( Iop_F32toF64, mkexpr(f32hi) ) ),
9732 IRTemp f32hi = newTemp(Ity_F32); local
9737 assign( f32hi, getXMMRegLane32F(eregOfRM(modrm), 1) );
9744 assign( f32hi, loadLE(Ity_F32,
9752 unop(Iop_F32toF64, mkexpr(f32hi)) );
H A Dguest_amd64_toIR.c9843 IRTemp f32hi = newTemp(Ity_F32); local
9849 assign( f32hi, getXMMRegLane32F(rE, 1) );
9856 assign( f32hi, loadLE(Ity_F32,
9863 putXMMRegLane64F( rG, 1, unop(Iop_F32toF64, mkexpr(f32hi)) );
11846 IRTemp f32hi = newTemp(Ity_F32); local
11855 assign(f32hi, getXMMRegLane32F(eregOfRexRM(pfx,modrm), 1));
11862 assign(f32hi, loadLE(Ity_F32, binop( Iop_Add64,
11882 unop( Iop_F32toF64, mkexpr(f32hi) ) ),

Completed in 135 milliseconds