Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_toIR.c11913 IRTemp subV = newTemp(Ity_V128); in disInstr_X86_WRK() local
11935 assign( subV, triop(Iop_Sub32Fx4, mkexpr(rm), mkexpr(gV), mkexpr(eV)) ); in disInstr_X86_WRK()
11938 breakup128to32s( subV, &s3, &s2, &s1, &s0 ); in disInstr_X86_WRK()
11949 IRTemp subV = newTemp(Ity_V128); in disInstr_X86_WRK() local
11972 assign( subV, triop(Iop_Sub64Fx2, mkexpr(rm), mkexpr(gV), mkexpr(eV)) ); in disInstr_X86_WRK()
11975 assign( s0, unop(Iop_V128to64, mkexpr(subV) )); in disInstr_X86_WRK()
Dguest_amd64_toIR.c11366 IRTemp subV = newTemp(Ity_V128); in math_ADDSUBPD_128() local
11373 assign( subV, triop(Iop_Sub64Fx2, mkexpr(rm), mkexpr(dV), mkexpr(sV)) ); in math_ADDSUBPD_128()
11376 assign( s0, unop(Iop_V128to64, mkexpr(subV) )); in math_ADDSUBPD_128()
11388 IRTemp subV = newTemp(Ity_V256); in math_ADDSUBPD_256() local
11394 assign( subV, triop(Iop_Sub64Fx4, mkexpr(rm), mkexpr(dV), mkexpr(sV)) ); in math_ADDSUBPD_256()
11397 breakupV256to64s( subV, &s3, &s2, &s1, &s0 ); in math_ADDSUBPD_256()
11409 IRTemp subV = newTemp(Ity_V128); in math_ADDSUBPS_128() local
11415 assign( subV, triop(Iop_Sub32Fx4, mkexpr(rm), mkexpr(dV), mkexpr(sV)) ); in math_ADDSUBPS_128()
11418 breakupV128to32s( subV, &s3, &s2, &s1, &s0 ); in math_ADDSUBPS_128()
11431 IRTemp subV = newTemp(Ity_V256); in math_ADDSUBPS_256() local
[all …]