Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dcomp-1.c21 #define SCOMP_REG_REG(insn, v1, v2) \ macro
72 SCOMP_REG_REG(insn, 0, 0); \
73 SCOMP_REG_REG(insn, 0, 1); \
74 SCOMP_REG_REG(insn, 0, -1); \
75 SCOMP_REG_REG(insn, 1, 0); \
76 SCOMP_REG_REG(insn, -1, 0); \
77 SCOMP_REG_REG(insn, -2, -1); \
78 SCOMP_REG_REG(insn, -2, -2); \
79 SCOMP_REG_REG(insn, -2, -3); \
80 SCOMP_REG_REG(insn, 2, 1); \
[all …]
Dcomp-2.c21 #define SCOMP_REG_REG(insn, v1, v2) \ macro
72 SCOMP_REG_REG(insn, 0, 0); \
73 SCOMP_REG_REG(insn, 0, 1); \
74 SCOMP_REG_REG(insn, 1, 0); \
75 SCOMP_REG_REG(insn, 2, 1); \
76 SCOMP_REG_REG(insn, 2, 2); \
77 SCOMP_REG_REG(insn, 2, 3); \
78 SCOMP_REG_REG(insn, 0, INT8_MAX); \
79 SCOMP_REG_REG(insn, INT8_MAX, 0); \
80 SCOMP_REG_REG(insn, INT8_MAX, INT8_MAX-1); \
[all …]