Home
last modified time | relevance | path

Searched refs:modemask (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c1407 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member
1469 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
1475 ac->modemask = GEN_INT (GET_MODE_MASK (mode)); in init_alignment_context()
1477 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1); in init_alignment_context()
1601 val = expand_simple_binop (SImode, AND, val, ac.modemask, in xtensa_expand_atomic()
1621 tmp = expand_simple_binop (SImode, XOR, tmp, ac.modemask, in xtensa_expand_atomic()
H A Dxtensa.cc1433 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member
1495 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
1501 ac->modemask = GEN_INT (GET_MODE_MASK (mode)); in init_alignment_context()
1503 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1); in init_alignment_context()
1627 val = expand_simple_binop (SImode, AND, val, ac.modemask, in xtensa_expand_atomic()
1647 tmp = expand_simple_binop (SImode, XOR, tmp, ac.modemask, in xtensa_expand_atomic()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c1407 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member
1469 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
1475 ac->modemask = GEN_INT (GET_MODE_MASK (mode)); in init_alignment_context()
1477 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1); in init_alignment_context()
1601 val = expand_simple_binop (SImode, AND, val, ac.modemask, in xtensa_expand_atomic()
1621 tmp = expand_simple_binop (SImode, XOR, tmp, ac.modemask, in xtensa_expand_atomic()
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c6929 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member
6980 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
6983 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, in init_alignment_context()
7298 val = expand_simple_binop (SImode, AND, val, ac.modemask, in s390_expand_atomic()
7322 new_rtx = expand_simple_binop (SImode, XOR, new_rtx, ac.modemask, in s390_expand_atomic()
H A Ds390.cc7120 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member
7171 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
7174 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, in init_alignment_context()
7489 val = expand_simple_binop (SImode, AND, val, ac.modemask, in s390_expand_atomic()
7513 new_rtx = expand_simple_binop (SImode, XOR, new_rtx, ac.modemask, in s390_expand_atomic()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c6929 rtx modemask; /* Mask of the HQImode shifted by SHIFT bits. */ member
6980 ac->modemask = expand_simple_binop (SImode, ASHIFT, in init_alignment_context()
6983 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, in init_alignment_context()
7298 val = expand_simple_binop (SImode, AND, val, ac.modemask, in s390_expand_atomic()
7322 new_rtx = expand_simple_binop (SImode, XOR, new_rtx, ac.modemask, in s390_expand_atomic()