Searched refs:SUB_REG_IMM (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | sub.h | 36 #define SUB_REG_IMM(insn, s1, s2, NOBORROW) \ macro 84 SUB_REG_IMM(i, 0ul, s2, carryset); \ 85 SUB_REG_IMM(i, 1ul, s2, carryset); \ 86 SUB_REG_IMM(i, 0xfffful, s2, carryset); \ 87 SUB_REG_IMM(i, 0x7ffful, s2, carryset); \ 88 SUB_REG_IMM(i, 0x8000ul, s2, carryset); \ 89 SUB_REG_IMM(i, 0xfffffffful, s2, carryset); \ 90 SUB_REG_IMM(i, 0x80000000ul, s2, carryset); \ 91 SUB_REG_IMM(i, 0x7ffffffful, s2, carryset); \ 92 SUB_REG_IMM(i, 0xfffffffffffffffful, s2, carryset); \ [all …]
|