Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h317 Asse_CMPEQF, Asse_CMPLTF, Asse_CMPLEF, Asse_CMPUNF, enumerator
Dhost_amd64_defs.c525 case Asse_CMPLTF: return "cmpFlt"; in showAMD64SseOp()
3651 case Asse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_AMD64Instr()
3678 case Asse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_AMD64Instr()
3707 case Asse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_AMD64Instr()
3734 case Asse_CMPLTF: *p++ = 0xC2; xtra = 0x101; break; in emit_AMD64Instr()
Dhost_amd64_isel.c3358 case Iop_CmpLT32Fx4: op = Asse_CMPLTF; goto do_32Fx4; in iselVecExpr_wrk()
3374 case Iop_CmpLT64Fx2: op = Asse_CMPLTF; goto do_64Fx2; in iselVecExpr_wrk()
3390 case Iop_CmpLT32F0x4: op = Asse_CMPLTF; goto do_32F0x4; in iselVecExpr_wrk()
3409 case Iop_CmpLT64F0x2: op = Asse_CMPLTF; goto do_64F0x2; in iselVecExpr_wrk()