Searched refs:SIMD64_SET (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/arm/ |
| D | iwmmxt.c | 61 #define SIMD64_SET(x, v, n) (x) |= ((v != 0) << (32 + (n))) macro 1525 SIMD64_SET (psr, (result == 0), SIMD_ZBIT); in WAND() 1526 SIMD64_SET (psr, (result & (1ULL << 63)), SIMD_NBIT); in WAND() 1550 SIMD64_SET (psr, (result == 0), SIMD_ZBIT); in WANDN() 1551 SIMD64_SET (psr, (result & (1ULL << 63)), SIMD_NBIT); in WANDN() 2539 SIMD64_SET (psr, (result == 0), SIMD_ZBIT); in WOR() 2540 SIMD64_SET (psr, (result & (1ULL << 63)), SIMD_NBIT); in WOR() 2711 SIMD64_SET (psr, NBIT64 (r), SIMD_NBIT); in WROR() 2712 SIMD64_SET (psr, ZBIT64 (r), SIMD_ZBIT); in WROR() 2850 SIMD64_SET (psr, NBIT64 (r), SIMD_NBIT); in WSLL() [all …]
|