HomeSort by relevance Sort by last modified time
    Searched refs:SCOMP_REG_REG (Results 1 - 2 of 2) sorted by null

  /external/valgrind/none/tests/s390x/
comp-1.c 21 #define SCOMP_REG_REG(insn, v1, v2) \
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...]
comp-2.c 21 #define SCOMP_REG_REG(insn, v1, v2) \
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...]

Completed in 936 milliseconds