Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_toIR.c9797 IRTemp f64hi = newTemp(Ity_F64); in disInstr_X86_WRK() local
9806 assign(f64hi, getXMMRegLane64F(eregOfRM(modrm), 1)); in disInstr_X86_WRK()
9813 assign(f64hi, loadLE(Ity_F64, binop( Iop_Add32, in disInstr_X86_WRK()
9831 binop( Iop_F64toI32S, mkexpr(rmode), mkexpr(f64hi) ), in disInstr_X86_WRK()
Dguest_amd64_toIR.c13262 IRTemp f64hi = newTemp(Ity_F64); in dis_ESC_0F__SSE2() local
13271 assign(f64hi, getXMMRegLane64F(eregOfRexRM(pfx,modrm), 1)); in dis_ESC_0F__SSE2()
13278 assign(f64hi, loadLE(Ity_F64, binop( Iop_Add64, in dis_ESC_0F__SSE2()
13296 binop( Iop_F64toI32S, mkexpr(rmode), mkexpr(f64hi) ), in dis_ESC_0F__SSE2()