Searched refs:modemask (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c1409 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */
1410 rtx modemaski; /* ~modemask */
1471 ac->modemask = expand_simple_binop (SImode, ASHIFT,
1477 ac->modemask = GEN_INT (GET_MODE_MASK (mode));
1479 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1);
1603 val = expand_simple_binop (SImode, AND, val, ac.modemask,
1623 tmp = expand_simple_binop (SImode, XOR, tmp, ac.modemask,
1407 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member in struct:alignment_context
/netbsd-current/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc1435 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */
1436 rtx modemaski; /* ~modemask */
1497 ac->modemask = expand_simple_binop (SImode, ASHIFT,
1503 ac->modemask = GEN_INT (GET_MODE_MASK (mode));
1505 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1);
1629 val = expand_simple_binop (SImode, AND, val, ac.modemask,
1649 tmp = expand_simple_binop (SImode, XOR, tmp, ac.modemask,
1433 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member in struct:alignment_context
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c6930 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */
6931 rtx modemaski; /* ~modemask */
6981 ac->modemask = expand_simple_binop (SImode, ASHIFT,
6984 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask,
7299 val = expand_simple_binop (SImode, AND, val, ac.modemask,
7323 new_rtx = expand_simple_binop (SImode, XOR, new_rtx, ac.modemask,
6929 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member in struct:alignment_context
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc7121 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */
7122 rtx modemaski; /* ~modemask */
7172 ac->modemask = expand_simple_binop (SImode, ASHIFT,
7175 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask,
7490 val = expand_simple_binop (SImode, AND, val, ac.modemask,
7514 new_rtx = expand_simple_binop (SImode, XOR, new_rtx, ac.modemask,
7120 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member in struct:alignment_context

Completed in 525 milliseconds