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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c9601 IRTemp f32hi = newTemp(Ity_F32); local
9610 assign(f32hi, getXMMRegLane32F(eregOfRexRM(pfx,modrm), 1));
9617 assign(f32hi, loadLE(Ity_F32, binop( Iop_Add64,
9637 unop( Iop_F32toF64, mkexpr(f32hi) ) ),
10964 IRTemp f32hi = newTemp(Ity_F32); local
10969 assign( f32hi, getXMMRegLane32F(eregOfRexRM(pfx,modrm), 1) );
10976 assign( f32hi, loadLE(Ity_F32,
10984 unop(Iop_F32toF64, mkexpr(f32hi)) );
H A Dguest_x86_toIR.c8401 IRTemp f32hi = newTemp(Ity_F32); local
8410 assign(f32hi, getXMMRegLane32F(eregOfRM(modrm), 1));
8417 assign(f32hi, loadLE(Ity_F32, binop( Iop_Add32,
8437 unop( Iop_F32toF64, mkexpr(f32hi) ) ),
9669 IRTemp f32hi = newTemp(Ity_F32); local
9674 assign( f32hi, getXMMRegLane32F(eregOfRM(modrm), 1) );
9681 assign( f32hi, loadLE(Ity_F32,
9689 unop(Iop_F32toF64, mkexpr(f32hi)) );

Completed in 225 milliseconds