Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h309 Xsse_CMPEQF, Xsse_CMPLTF, Xsse_CMPLEF, Xsse_CMPUNF, enumerator
Dhost_x86_defs.c500 case Xsse_CMPLTF: return "cmpFlt"; in showX86SseOp()
3088 case Xsse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_X86Instr()
3114 case Xsse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_X86Instr()
3140 case Xsse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_X86Instr()
3166 case Xsse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_X86Instr()
Dhost_x86_isel.c3561 case Iop_CmpLT32Fx4: op = Xsse_CMPLTF; goto do_32Fx4; in iselVecExpr_wrk()
3577 case Iop_CmpLT64Fx2: op = Xsse_CMPLTF; goto do_64Fx2; in iselVecExpr_wrk()
3594 case Iop_CmpLT32F0x4: op = Xsse_CMPLTF; goto do_32F0x4; in iselVecExpr_wrk()
3613 case Iop_CmpLT64F0x2: op = Xsse_CMPLTF; goto do_64F0x2; in iselVecExpr_wrk()