Home
last modified time | relevance | path

Searched refs:dep2 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_s390_defs.h182 UInt s390_calculate_icc(ULong op, ULong dep1, ULong dep2);
183 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
Dguest_s390_helpers.c663 s390_calculate_icc(ULong op, ULong dep1, ULong dep2) in s390_calculate_icc() argument
665 return s390_calculate_cc(op, dep1, dep2, 0 /* unused */); in s390_calculate_icc()
672 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) in s390_calculate_cond() argument
674 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); in s390_calculate_cond()
Dguest_s390_toIR.c409 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) in s390_cc_thunk_fill() argument
420 stmt(IRStmt_Put(dep2_off, dep2)); in s390_cc_thunk_fill()
455 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local
459 dep2 = mkU64(0); in s390_cc_thunk_put1()
462 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put1()
469 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put2() local
473 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put2()
476 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put2()
494 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; in s390_cc_thunk_put3() local
498 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put3()
[all …]
Dguest_x86_toIR.c915 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument
929 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto32(mkexpr(dep2))) ); in setFlags_DEP1_DEP2()
Dguest_amd64_toIR.c1645 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument
1663 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto64(mkexpr(dep2))) ); in setFlags_DEP1_DEP2()