/netbsd/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa.c | 1407 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 D | xtensa.cc | 1433 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 D | xtensa.c | 1407 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 D | s390.c | 6929 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 D | s390.cc | 7120 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 D | s390.c | 6929 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()
|