Home
last modified time | relevance | path

Searched refs:dep1 (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
419 stmt(IRStmt_Put(dep1_off, dep1)); in s390_cc_thunk_fill()
455 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local
458 dep1 = s390_cc_widen(d1, sign_extend); 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
472 dep1 = s390_cc_widen(d1, 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
497 dep1 = s390_cc_widen(d1, 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
928 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) ); in setFlags_DEP1_DEP2()
939 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) in setFlags_DEP1() argument
953 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) ); in setFlags_DEP1()
Dguest_amd64_toIR.c1645 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument
1662 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) ); in setFlags_DEP1_DEP2()
1670 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) in setFlags_DEP1() argument
1688 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) ); in setFlags_DEP1()