Home
last modified time | relevance | path

Searched refs:Iop_CmpLT64S (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_amd64_helpers.c933 binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_amd64_spechelper()
978 binop(Iop_CmpLT64S, in guest_amd64_spechelper()
998 binop(Iop_CmpLT64S, in guest_amd64_spechelper()
1025 binop(Iop_CmpLT64S, in guest_amd64_spechelper()
1119 binop(Iop_CmpLT64S, in guest_amd64_spechelper()
Dir_defs.c189 case Iop_CmpLT64S: vex_printf("CmpLT64S"); return; in ppIROp()
2071 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeOfPrimop()
Dhost_amd64_isel.c2272 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
2284 case Iop_CmpLT64S: return Acc_L; in iselCondCode_wrk()
Dhost_ppc_isel.c2436 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
2440 Bool syned = (e->Iex.Binop.op == Iop_CmpLT64S || in iselCondCode_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h437 Iop_CmpLT32S, Iop_CmpLT64S, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c2989 case Iop_CmpLT64U: case Iop_CmpLT64S: in expr2vbits_Binop()