Searched refs:SUB_REG_LDISP (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | sub.h | 97 #define SUB_REG_LDISP(insn, s1, s2, NOBORROW) \ macro 116 SUB_REG_LDISP(i, 0ul, s2, carryset); \ 117 SUB_REG_LDISP(i, 1ul, s2, carryset); \ 118 SUB_REG_LDISP(i, 0xfffful, s2, carryset); \ 119 SUB_REG_LDISP(i, 0x7ffful, s2, carryset); \ 120 SUB_REG_LDISP(i, 0x8000ul, s2, carryset); \ 121 SUB_REG_LDISP(i, 0xfffffffful, s2, carryset); \ 122 SUB_REG_LDISP(i, 0x80000000ul, s2, carryset); \ 123 SUB_REG_LDISP(i, 0x7ffffffful, s2, carryset); \ 124 SUB_REG_LDISP(i, 0xfffffffffffffffful, s2, carryset); \ [all …]
|