Lines Matching refs:cond
712 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond)
719 if (cond == SINGLE)
721 else if (cond == BURST)
725 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'));
731 enum pl330_cond cond, u8 peri)
738 if (cond == BURST)
746 cond == SINGLE ? 'S' : 'B', peri >> 3);
771 enum pl330_cond cond;
780 enum pl330_cond cond = arg->cond;
796 if (cond == SINGLE)
798 else if (cond == BURST)
805 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'),
878 static inline u32 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond)
885 if (cond == SINGLE)
887 else if (cond == BURST)
891 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'));
897 enum pl330_cond cond, u8 peri)
904 if (cond == BURST)
912 cond == SINGLE ? 'S' : 'B', peri >> 3);
951 enum pl330_cond cond, u8 peri)
958 if (cond == SINGLE)
960 else if (cond == BURST)
970 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'P'), peri >> 3);
1353 lpend.cond = ALWAYS;
1385 lpend.cond = ALWAYS;
1392 lpend.cond = ALWAYS;