HomeSort by relevance Sort by last modified time
    Searched refs:dep1 (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 192 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
guest_s390_toIR.c 499 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
509 stmt(IRStmt_Put(dep1_off, dep1));
545 IRExpr *op, *dep1, *dep2, *ndep; local
548 dep1 = s390_cc_widen(d1, sign_extend);
552 s390_cc_thunk_fill(op, dep1, dep2, ndep);
559 IRExpr *op, *dep1, *dep2, *ndep; local
562 dep1 = s390_cc_widen(d1, sign_extend);
566 s390_cc_thunk_fill(op, dep1, dep2, ndep);
584 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
587 dep1 = s390_cc_widen(d1, sign_extend)
601 IRExpr *op, *dep1, *dep2, *ndep; local
617 IRExpr *op, *dep1, *dep2, *ndep; local
674 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
697 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
733 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]
guest_s390_helpers.c 217 /* Flags thunk: OP and NDEP are always defined, whereas DEP1
    [all...]
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c 801 interested in DEP1 and DEP2. */
825 checking. We're only interested in DEP1 and DEP2. */
847 interested in DEP1 and DEP2. */
912 /* Set the flags thunk OP, DEP1 and DEP2 fields. The supplied op is
916 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty )
929 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
937 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
940 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty )
954 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
987 /* DEP1 contains the result, DEP2 contains the undershifted value. *
    [all...]

Completed in 317 milliseconds