Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.h318 Asse_ADDF, Asse_SUBF, Asse_MULF, Asse_DIVF, enumerator
Dhost_amd64_defs.c569 case Asse_MULF: return "mul"; in showAMD64SseOp()
3481 case Asse_MULF: *p++ = 0x59; break; in emit_AMD64Instr()
3510 case Asse_MULF: *p++ = 0x59; break; in emit_AMD64Instr()
3539 case Asse_MULF: *p++ = 0x59; break; in emit_AMD64Instr()
3568 case Asse_MULF: *p++ = 0x59; break; in emit_AMD64Instr()
Dhost_amd64_isel.c2998 case Iop_MulF64: op = Asse_MULF; break; in iselDblExpr_wrk()
3481 case Iop_Mul32Fx4: op = Asse_MULF; goto do_32Fx4; in iselVecExpr_wrk()
3501 case Iop_Mul64Fx2: op = Asse_MULF; goto do_64Fx2; in iselVecExpr_wrk()
3521 case Iop_Mul32F0x4: op = Asse_MULF; goto do_32F0x4; in iselVecExpr_wrk()
3540 case Iop_Mul64F0x2: op = Asse_MULF; goto do_64F0x2; in iselVecExpr_wrk()