Searched refs:arith_immediate_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | predicates.md | 69 return arith_immediate_p (op, mode, -0x200, 0x1ff); 98 (match_test "arith_immediate_p (op, mode, -0x200, 0x1ff)")))
|
H A D | constraints.md | 41 (match_test "arith_immediate_p (op, SImode, -0x200, 0x1ff)"))) 61 (match_test "arith_immediate_p (op, SImode, -0x80000000ll, 0x7fffffffll)")))
|
H A D | spu-protos.h | 49 extern int arith_immediate_p (rtx op, machine_mode mode,
|
H A D | spu.c | 3362 arith_immediate_p (rtx op, machine_mode mode, in arith_immediate_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2015 | 19195 * config/spu/spu.c (arith_immediate_p): Likewise. 21224 * config/spu/spu.c (arith_immediate_p): Likewise. 21328 * config/spu/spu.c (arith_immediate_p): Likewise.
|
H A D | ChangeLog-2007 | 27783 (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
|
H A D | ChangeLog-2017 | 16489 (arith_immediate_p): Likewise.
|