Home
last modified time | relevance | path

Searched refs:BRANCH_ON_COUNT (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/s390/
Diso-8859-1_cp037_z900.c173 # define BRANCH_ON_COUNT(REG,LBL) "brctg %" #REG "," #LBL "\n\t" macro
175 # define BRANCH_ON_COUNT(REG,LBL) "brct %" #REG "," #LBL "\n\t" macro
191 BRANCH_ON_COUNT ([R_LI], 0b) \
/glibc-2.36/ChangeLog.old/
DChangeLog.1821607 (BRANCH_ON_COUNT): New define.
21608 (TR_LOOP): Use BRANCH_ON_COUNT instead of brctg.