Searched refs:DIV_REG_REG (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | div.h | 18 #define DIV_REG_REG(insn, d1_1, d1_2, d2) \ macro 52 DIV_REG_REG(i, 0x0ul, 0ul, d2); \ 53 DIV_REG_REG(i, 0x0ul, 1ul, d2); \ 54 DIV_REG_REG(i, 0x0ul, 0xfffful, d2); \ 55 DIV_REG_REG(i, 0x0ul, 0x7ffful, d2); \ 56 DIV_REG_REG(i, 0x0ul, 0x8000ul, d2); \ 57 DIV_REG_REG(i, 0x0ul, 0xfffffffful, d2); \ 58 DIV_REG_REG(i, 0x0ul, 0x80000000ul, d2); \ 59 DIV_REG_REG(i, 0x0ul, 0x7ffffffful, d2); \ 60 DIV_REG_REG(i, 0x0ul, 0xfffffffffffffffful, d2); \ [all …]
|