Home
last modified time | relevance | path

Searched refs:Xsse_MULF (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h307 Xsse_ADDF, Xsse_SUBF, Xsse_MULF, Xsse_DIVF, enumerator
Dhost_x86_defs.c495 case Xsse_MULF: return "mul"; in showX86SseOp()
3082 case Xsse_MULF: *p++ = 0x59; break; in emit_X86Instr()
3108 case Xsse_MULF: *p++ = 0x59; break; in emit_X86Instr()
3134 case Xsse_MULF: *p++ = 0x59; break; in emit_X86Instr()
3160 case Xsse_MULF: *p++ = 0x59; break; in emit_X86Instr()
Dhost_x86_isel.c3599 case Iop_Mul32F0x4: op = Xsse_MULF; goto do_32F0x4; in iselVecExpr_wrk()
3618 case Iop_Mul64F0x2: op = Xsse_MULF; goto do_64F0x2; in iselVecExpr_wrk()
3797 case Iop_Mul32Fx4: op = Xsse_MULF; goto do_32Fx4_w_rm; in iselVecExpr_wrk()
3813 case Iop_Mul64Fx2: op = Xsse_MULF; goto do_64Fx2_w_rm; in iselVecExpr_wrk()