Searched defs:XOR_REG_REG (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dxor.h19 #define XOR_REG_REG(insn, s1, s2) \ macro
78 XOR_REG_REG(i, 0ul, s2); \
79 XOR_REG_REG(i, 1ul, s2); \
80 XOR_REG_REG(i, 0xfffful, s2); \
81 XOR_REG_REG(i, 0x7ffful, s2); \
82 XOR_REG_REG(i, 0x8000ul, s2); \
83 XOR_REG_REG(i, 0xfffffffful, s2); \
84 XOR_REG_REG(i, 0x80000000ul, s2); \
85 XOR_REG_REG(i, 0x7ffffffful, s2); \
86 XOR_REG_REG(
[all...]

Completed in 106 milliseconds