Searched refs:dep2 (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_s390_defs.h | 182 UInt s390_calculate_icc(ULong op, ULong dep1, ULong dep2); 183 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
|
D | guest_s390_helpers.c | 663 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()
|
D | guest_s390_toIR.c | 409 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 …]
|
D | guest_x86_toIR.c | 915 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()
|
D | guest_amd64_toIR.c | 1645 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()
|