Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c504 case Xsse_RCPF: return "rcp"; in showX86SseOp()
1423 unary = toBool( i->Xin.Sse32Fx4.op == Xsse_RCPF in getRegUsage_X86Instr()
1432 unary = toBool( i->Xin.Sse32FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
1441 unary = toBool( i->Xin.Sse64Fx2.op == Xsse_RCPF in getRegUsage_X86Instr()
1450 unary = toBool( i->Xin.Sse64FLo.op == Xsse_RCPF in getRegUsage_X86Instr()
3079 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3105 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3131 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
3157 case Xsse_RCPF: *p++ = 0x53; break; in emit_X86Instr()
Dhost_x86_defs.h308 Xsse_RCPF, Xsse_RSQRTF, Xsse_SQRTF, enumerator
Dhost_x86_isel.c3416 case Iop_Recip32Fx4: op = Xsse_RCPF; goto do_32Fx4_unary; in iselVecExpr_wrk()
3427 case Iop_Recip64Fx2: op = Xsse_RCPF; goto do_64Fx2_unary; in iselVecExpr_wrk()
3439 case Iop_Recip32F0x4: op = Xsse_RCPF; goto do_32F0x4_unary; in iselVecExpr_wrk()
3457 case Iop_Recip64F0x2: op = Xsse_RCPF; goto do_64F0x2_unary; in iselVecExpr_wrk()