Home
last modified time | relevance | path

Searched refs:SUB_REG_REG (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/none/tests/s390x/
Dsub.h21 #define SUB_REG_REG(insn, s1, s2, NOBORROW) \ macro
69 SUB_REG_REG(i, 0ul, s2, carryset); \
70 SUB_REG_REG(i, 1ul, s2, carryset); \
71 SUB_REG_REG(i, 0xfffful, s2, carryset); \
72 SUB_REG_REG(i, 0x7ffful, s2, carryset); \
73 SUB_REG_REG(i, 0x8000ul, s2, carryset); \
74 SUB_REG_REG(i, 0xfffffffful, s2, carryset); \
75 SUB_REG_REG(i, 0x80000000ul, s2, carryset); \
76 SUB_REG_REG(i, 0x7ffffffful, s2, carryset); \
77 SUB_REG_REG(i, 0xfffffffffffffffful, s2, carryset); \
[all …]