Searched refs:signed_value (Results 1 – 1 of 1) sorted by relevance
850 int64_t signed_value; in __cpu_ppc_store_decr() local856 signed_value = sextract64(value, 0, nr_bits); in __cpu_ppc_store_decr()879 if (((flags & PPC_DECR_UNDERFLOW_LEVEL) && signed_value < 0) || in __cpu_ppc_store_decr()880 ((flags & PPC_DECR_UNDERFLOW_TRIGGERED) && signed_value < 0 in __cpu_ppc_store_decr()887 if (signed_value >= 0 && (flags & PPC_DECR_UNDERFLOW_LEVEL)) { in __cpu_ppc_store_decr()