Lines Matching defs:dep1
539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) in s390_cc_thunk_fill()
585 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local
599 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put2() local
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; in s390_cc_thunk_put3() local
641 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1f() local
665 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_putFZ() local
764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; in s390_call_calculate_cc() local
787 IRExpr **args, *call, *op, *dep1, *dep2, *mask; in s390_call_calculate_icc() local
823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; in s390_call_calculate_cond() local
842 #define s390_cc_thunk_putZ(op,dep1) s390_cc_thunk_put1(op,dep1,False) argument
843 #define s390_cc_thunk_putS(op,dep1) s390_cc_thunk_put1(op,dep1,True) argument
844 #define s390_cc_thunk_putF(op,dep1) s390_cc_thunk_put1f(op,dep1) argument
845 #define s390_cc_thunk_putZZ(op,dep1,dep2) s390_cc_thunk_put2(op,dep1,dep2,False) argument
846 #define s390_cc_thunk_putSS(op,dep1,dep2) s390_cc_thunk_put2(op,dep1,dep2,True) argument
847 #define s390_cc_thunk_putFF(op,dep1,dep2) s390_cc_thunk_put2f(op,dep1,dep2) argument
848 #define s390_cc_thunk_putZZZ(op,dep1,dep2,ndep) \ argument
850 #define s390_cc_thunk_putSSS(op,dep1,dep2,ndep) \ argument