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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c8694 IRTemp f32hi = newTemp(Ity_F32); local
8703 assign(f32hi, getXMMRegLane32F(eregOfRM(modrm), 1));
8710 assign(f32hi, loadLE(Ity_F32, binop( Iop_Add32,
8730 unop( Iop_F32toF64, mkexpr(f32hi) ) ),
9969 IRTemp f32hi = newTemp(Ity_F32); local
9974 assign( f32hi, getXMMRegLane32F(eregOfRM(modrm), 1) );
9981 assign( f32hi, loadLE(Ity_F32,
9989 unop(Iop_F32toF64, mkexpr(f32hi)) );
H A Dguest_amd64_toIR.c10550 IRTemp f32hi = newTemp(Ity_F32); local
10556 assign( f32hi, getXMMRegLane32F(rE, 1) );
10563 assign( f32hi, loadLE(Ity_F32,
10570 putXMMRegLane64F( rG, 1, unop(Iop_F32toF64, mkexpr(f32hi)) );
13176 IRTemp f32hi = newTemp(Ity_F32); local
13185 assign(f32hi, getXMMRegLane32F(eregOfRexRM(pfx,modrm), 1));
13192 assign(f32hi, loadLE(Ity_F32, binop( Iop_Add64,
13212 unop( Iop_F32toF64, mkexpr(f32hi) ) ),
[all...]

Completed in 215 milliseconds